Lines Matching full:rhsint
3074 Constant *RHSInt = LHSUnsigned3079 ? ConstantExpr::getUIToFP(RHSInt, RHSC->getType()) == RHSC3080 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC;3147 return new ICmpInst(Pred, LHSI->getOperand(0), RHSInt);