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

References

lib/Analysis/ValueTracking.cpp
 4578   assert(CmpInst::isIntPredicate(Pred) && "Expected integer comparison");
 4595     if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE) {
 4595     if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE) {
 4596       Pred = ICmpInst::getSwappedPredicate(Pred);
 4596       Pred = ICmpInst::getSwappedPredicate(Pred);
 4599     if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
 4599     if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
 4603     if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE) {
 4603     if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE) {
 4604       Pred = ICmpInst::getSwappedPredicate(Pred);
 4604       Pred = ICmpInst::getSwappedPredicate(Pred);
 4607     if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE)
 4607     if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE)
 4611     if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) {
 4611     if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) {
 4612       Pred = ICmpInst::getSwappedPredicate(Pred);
 4612       Pred = ICmpInst::getSwappedPredicate(Pred);
 4615     if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE)
 4615     if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE)
 4619     if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
 4619     if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
 4620       Pred = ICmpInst::getSwappedPredicate(Pred);
 4620       Pred = ICmpInst::getSwappedPredicate(Pred);
 4623     if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
 4623     if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)