Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3220 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative(); in visitShiftByConstant() local
3221 if (BinOpRHSSignSet != HighBitSet) in visitShiftByConstant()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4341 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative(); in visitShiftByConstant() local
4342 if (BinOpRHSSignSet != HighBitSet) in visitShiftByConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6189 bool BinOpRHSSignSet = BinOpCst->getAPIntValue().isNegative(); in visitShiftByConstant() local
6190 if (BinOpRHSSignSet != HighBitSet) in visitShiftByConstant()