Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:CmpRHS

1184 /// Fold "icmp pred, ([su]div X, DivRHS), CmpRHS" where DivRHS and CmpRHS are
1188 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1));
1189 const APInt &CmpRHSV = CmpRHS->getValue();
1216 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS);
1222 ConstantExpr::getUDiv(Prod, DivRHS)) != CmpRHS;