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

References

lib/Analysis/ScalarEvolution.cpp
 8902     Pred = TriviallyTrue ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE;
 8913       if (ConstantExpr::getICmp(Pred,
 8922     Pred = ICmpInst::getSwappedPredicate(Pred);
 8922     Pred = ICmpInst::getSwappedPredicate(Pred);
 8933       Pred = ICmpInst::getSwappedPredicate(Pred);
 8933       Pred = ICmpInst::getSwappedPredicate(Pred);
 8945     if (!ICmpInst::isEquality(Pred)) {
 8946       ConstantRange ExactCR = ConstantRange::makeExactICmpRegion(Pred, RA);
 8957         Pred = NewPred;
 8964       switch (Pred) {
 8990         Pred = ICmpInst::ICMP_UGT;
 8996         Pred = ICmpInst::ICMP_ULT;
 9002         Pred = ICmpInst::ICMP_SGT;
 9008         Pred = ICmpInst::ICMP_SLT;
 9018     if (ICmpInst::isTrueWhenEqual(Pred))
 9020     if (ICmpInst::isFalseWhenEqual(Pred))
 9026   switch (Pred) {
 9031       Pred = ICmpInst::ICMP_SLT;
 9036       Pred = ICmpInst::ICMP_SLT;
 9044       Pred = ICmpInst::ICMP_SGT;
 9049       Pred = ICmpInst::ICMP_SGT;
 9057       Pred = ICmpInst::ICMP_ULT;
 9061       Pred = ICmpInst::ICMP_ULT;
 9068       Pred = ICmpInst::ICMP_UGT;
 9073       Pred = ICmpInst::ICMP_UGT;
 9086     return SimplifyICmpOperands(Pred, LHS, RHS, Depth+1);