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

References

lib/Analysis/InstructionSimplify.cpp
 2992     P = Pred;
 2999     P = CmpInst::getSwappedPredicate(Pred);
 3007     P = CmpInst::getSwappedPredicate(Pred);
 3015     P = Pred;
 3066     P = Pred;
 3073     P = CmpInst::getSwappedPredicate(Pred);
 3081     P = CmpInst::getSwappedPredicate(Pred);
 3089     P = Pred;
 3139     if (Pred == CmpInst::ICMP_SGE)
 3142     if (Pred == CmpInst::ICMP_SLT)
 3149     if (Pred == CmpInst::ICMP_SLE)
 3152     if (Pred == CmpInst::ICMP_SGT)
 3159     if (Pred == CmpInst::ICMP_UGE)
 3162     if (Pred == CmpInst::ICMP_ULT)
 3169     if (Pred == CmpInst::ICMP_ULE)
 3172     if (Pred == CmpInst::ICMP_UGT)