reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1293 if (Pred == ICmpInst::ICMP_UGT) { 1295 Pred = ICmpInst::ICMP_ULT; 1298 if (Pred == ICmpInst::ICMP_EQ && match(B, m_ZeroInt())) { 1300 Pred = ICmpInst::ICMP_ULT; 1303 if (Pred == ICmpInst::ICMP_NE && match(B, m_ZeroInt())) { 1305 Pred = ICmpInst::ICMP_ULT; 1307 if (Pred != ICmpInst::ICMP_ULT)