Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSOp

1786     Value *RHSOp = 0;
1788 RHSOp = ConstantExpr::getIntToPtr(RHSC, SrcTy);
1790 RHSOp = RHSC->getOperand(0);
1792 if (LHSCIOp->getType() != RHSOp->getType())
1793 RHSOp = Builder->CreateBitCast(RHSOp, LHSCIOp->getType());
1796 if (RHSOp)
1797 return new ICmpInst(ICI.getPredicate(), LHSCIOp, RHSOp);