Searched refs:HighBitSet (Results 1 – 1 of 1) sorted by relevance
4252 bool HighBitSet = false; // Can we transform this if the high bit is set? in visitShiftByConstant() local4258 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()