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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4927   Type *Ty = Op0->getType();
 4966   if (!isa<Constant>(Op0) && Op0Min == Op0Max)
 4969     return new ICmpInst(Pred, Op0, ConstantExpr::getIntegerValue(Ty, Op1Min));
 4992       if (!match(Op0, m_And(m_Value(LHS), m_APInt(LHSC))) ||
 4994         LHS = Op0;
 5035       return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
 5041         return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
 5046         return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
 5057       return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
 5063         return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
 5068         return new ICmpInst(ICmpInst::ICMP_NE, Op0,
 5079       return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
 5083         return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
 5094       return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
 5098         return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
 5110       return new ICmpInst(ICmpInst::ICMP_EQ, Op0, Op1);
 5119       return new ICmpInst(ICmpInst::ICMP_EQ, Op0, Op1);
 5128       return new ICmpInst(ICmpInst::ICMP_EQ, Op0, Op1);
 5137       return new ICmpInst(ICmpInst::ICMP_EQ, Op0, Op1);
 5146     return new ICmpInst(I.getUnsignedPredicate(), Op0, Op1);