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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4046     Pred = Cmp.getSwappedPredicate();
 4053     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_SGE)
 4053     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_SGE)
 4058     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_SLT)
 4058     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_SLT)
 4070     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_SLE)
 4070     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_SLE)
 4075     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_SGT)
 4075     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_SGT)
 4087     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_UGE)
 4087     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_UGE)
 4092     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_ULT)
 4092     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_ULT)
 4104     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_ULE)
 4104     if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_ULE)
 4109     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_UGT)
 4109     if (Pred == CmpInst::ICMP_NE || Pred == CmpInst::ICMP_UGT)