Searched refs:BinOpCst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3424 ConstantSDNode *BinOpCst = dyn_cast<ConstantSDNode>(LHS->getOperand(1)); local
3425 if (!BinOpCst) return SDValue();
3446 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative();

Completed in 96 milliseconds