Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4252 bool HighBitSet = false; // Can we transform this if the high bit is set? in visitShiftByConstant() local
4258 HighBitSet = false; // We can only transform sra if the high bit is clear. in visitShiftByConstant()
4261 HighBitSet = true; // We can only transform sra if the high bit is set. in visitShiftByConstant()
4266 HighBitSet = false; // We can only transform sra if the high bit is clear. in visitShiftByConstant()
4294 if (BinOpRHSSignSet != HighBitSet) in visitShiftByConstant()