Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSCIOp

2380   Value *RHSCIOp;
2388 Value *RHSCIOp = RHSC->getOperand(0);
2389 if (RHSCIOp->getType()->getPointerAddressSpace() ==
2415 RHSCIOp = CI->getOperand(0);
2416 if (RHSCIOp->getType() != LHSCIOp->getType())
2426 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp);
2431 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp);
2434 return new ICmpInst(ICmp.getUnsignedPredicate(), LHSCIOp, RHSCIOp);