Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Res1

1840   Constant *Res1 = ConstantExpr::getTrunc(CI, SrcTy);
1842 Res1, DestTy);
1848 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1);
1853 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1);
1856 return new ICmpInst(ICI.getUnsignedPredicate(), LHSCIOp, Res1);