reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2913   bool isICMP_NE = Pred == ICmpInst::ICMP_NE;
 2924         return new ICmpInst(Pred, NewRem,
 2935         return new ICmpInst(Pred, BOp0, SubC);
 2941         return new ICmpInst(Pred, BOp0, NegVal);
 2943         return new ICmpInst(Pred, NegVal, BOp1);
 2947         return new ICmpInst(Pred, BOp0, Neg);
 2957         return new ICmpInst(Pred, BOp0, ConstantExpr::getXor(RHS, BOC));
 2960         return new ICmpInst(Pred, BOp0, BOp1);
 2970         return new ICmpInst(Pred, BOp1, SubC);
 2973         return new ICmpInst(Pred, BOp0, BOp1);
 2985       return new ICmpInst(Pred, And, NotBOC);
 3006         return new ICmpInst(Pred, BOp0, Constant::getNullValue(RHS->getType()));