Searched refs:HighBitSet (Results 1 – 2 of 2) sorted by relevance
319 bool HighBitSet = false; // Transform ifhigh bit of constant set? in canShiftBinOpWithConstantRHS() local328 HighBitSet = false; in canShiftBinOpWithConstantRHS()331 HighBitSet = true; in canShiftBinOpWithConstantRHS()342 IsValid = C.isNegative() == HighBitSet; in canShiftBinOpWithConstantRHS()
6325 bool HighBitSet = false; // Can we transform this if the high bit is set? in visitShiftByConstant() local6331 HighBitSet = false; // We can only transform sra if the high bit is clear. in visitShiftByConstant()6334 HighBitSet = true; // We can only transform sra if the high bit is set. in visitShiftByConstant()6339 HighBitSet = false; // We can only transform sra if the high bit is clear. in visitShiftByConstant()6371 if (BinOpRHSSignSet != HighBitSet) in visitShiftByConstant()