Lines Matching defs:LHSC
10013 const APInt &LHSC = LHS->getAPIntValue();
10015 return LHSC.ult(OpSizeInBits) && RHSC.ult(OpSizeInBits) &&
10016 LHSC.getZExtValue() <= RHSC.getZExtValue();
10616 const APInt &LHSC = LHS->getAPIntValue();
10618 return LHSC.ult(OpSizeInBits) && RHSC.ult(OpSizeInBits) &&
10619 LHSC.getZExtValue() <= RHSC.getZExtValue();