Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSV

713         Value *LHSV = GEPLHS->getOperand(DiffOperand);
716 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
1784 const APInt &LHSV = LHSC->getValue();
1790 RHSV.isPowerOf2() && (LHSV & (RHSV - 1)) == (RHSV - 1))
1799 (RHSV + 1).isPowerOf2() && (LHSV & RHSV) == RHSV)
1810 const APInt &LHSV = LHSC->getValue();
1813 .subtract(LHSV);
1837 RHSV.isPowerOf2() && (LHSV & (RHSV - 1)) == 0)
1846 (RHSV + 1).isPowerOf2() && (LHSV & RHSV) == 0)