Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LHSV

685         Value *LHSV = GEPLHS->getOperand(DiffOperand);
688 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
1393 const APInt &LHSV = LHSC->getValue();
1396 .subtract(LHSV);