Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4271 ConstantSDNode *BinOpCst = getAsNonOpaqueConstant(LHS->getOperand(1)); in visitShiftByConstant() local
4272 if (!BinOpCst) return SDValue(); in visitShiftByConstant()
4293 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative(); in visitShiftByConstant()