Home | History | Annotate | Download | only in InstCombine

Lines Matching full:rhsint

3074   Constant *RHSInt = LHSUnsigned
3079 ? ConstantExpr::getUIToFP(RHSInt, RHSC->getType()) == RHSC
3080 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC;
3147 return new ICmpInst(Pred, LHSI->getOperand(0), RHSInt);