Lines Matching defs:LHSC
10184 const APInt &LHSC = LHS->getAPIntValue();
10186 return LHSC.ult(OpSizeInBits) && RHSC.ult(OpSizeInBits) &&
10187 LHSC.getZExtValue() <= RHSC.getZExtValue();
10789 const APInt &LHSC = LHS->getAPIntValue();
10791 return LHSC.ult(OpSizeInBits) && RHSC.ult(OpSizeInBits) &&
10792 LHSC.getZExtValue() <= RHSC.getZExtValue();