Searched refs:MaximalAllowedShift (Results 1 – 1 of 1) sorted by relevance
259 const unsigned MaximalAllowedShift = in checkLeftShiftOverflow() local262 if (assumeRequirement(OperandSide::Right, BO_LT, MaximalAllowedShift + 1)) in checkLeftShiftOverflow()277 assert(RHS > MaximalAllowedShift); in checkLeftShiftOverflow()278 const int64_t OverflownBits = RHS - MaximalAllowedShift; in checkLeftShiftOverflow()