Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSV

684         Value *LHSV = GEPLHS->getOperand(DiffOperand);
687 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
1362 const APInt &LHSV = LHSC->getValue();
1365 .subtract(LHSV);