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

References

lib/Analysis/ValueTracking.cpp
 5204     if (isTruePredicate(CmpInst::ICMP_SLE, BLHS, ALHS, DL, Depth) &&
 5205         isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth))
 5211     if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth) &&
 5212         isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth))