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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4134     if (match(Op1, m_Xor(m_Value(C), m_Value(D)))) {
 4137       if (match(B, m_ConstantInt(C1)) && match(D, m_ConstantInt(C2)) &&
 4146         return new ICmpInst(Pred, B, D);
 4147       if (A == D)
 4150         return new ICmpInst(Pred, A, D);
 4151       if (B == D)
 4164       match(Op1, m_OneUse(m_And(m_Value(C), m_Value(D))))) {
 4169       Y = D;
 4171     } else if (A == D) {
 4177       Y = D;
 4179     } else if (B == D) {