Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3198 ConstantSDNode *BinOpCst = dyn_cast<ConstantSDNode>(LHS->getOperand(1)); in visitShiftByConstant() local
3199 if (!BinOpCst) return SDValue(); in visitShiftByConstant()
3220 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative(); in visitShiftByConstant()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4319 ConstantSDNode *BinOpCst = getAsNonOpaqueConstant(LHS->getOperand(1)); in visitShiftByConstant() local
4320 if (!BinOpCst) return SDValue(); in visitShiftByConstant()
4341 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative(); in visitShiftByConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6163 ConstantSDNode *BinOpCst = getAsNonOpaqueConstant(LHS->getOperand(1)); in visitShiftByConstant() local
6164 if (!BinOpCst) return SDValue(); in visitShiftByConstant()
6189 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative(); in visitShiftByConstant()