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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1413     if (CmpLHS == TrueVal && Pred == ICmpInst::ICMP_EQ) {
 1417     } else if (CmpLHS == FalseVal && Pred == ICmpInst::ICMP_NE) {
 1434     if (ICmpInst::isEquality(Pred) &&
 1438       TrueWhenUnset = Pred == ICmpInst::ICMP_EQ;
 1439     } else if (Pred == ICmpInst::ICMP_SLT && match(CmpRHS, m_Zero())) {
 1444     } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {