Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Res1

2087   Constant *Res1 = ConstantExpr::getTrunc(CI, SrcTy);
2089 Res1, DestTy);
2095 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1);
2100 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1);
2103 return new ICmpInst(ICI.getUnsignedPredicate(), LHSCIOp, Res1);