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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3112   if (Cmp.isEquality())
 3113     return foldICmpEqIntrinsicWithConstant(Cmp, II, C);
 3120     if (Cmp.getPredicate() == ICmpInst::ICMP_UGT && C.ult(BitWidth)) {
 3128     if (Cmp.getPredicate() == ICmpInst::ICMP_ULT &&
 3143     if (Cmp.getPredicate() == ICmpInst::ICMP_UGT && C.ult(BitWidth)) {
 3151     if (Cmp.getPredicate() == ICmpInst::ICMP_ULT &&