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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1869   if (!match(Cond, m_Cmp(Pred, m_Value(A), m_Value(B))))
 1874   if (TVal == A || TVal == B || FVal == A || FVal == B)
 1874   if (TVal == A || TVal == B || FVal == A || FVal == B)
 1878   if (!match(A, m_BitCast(m_Value(C))) || !match(B, m_BitCast(m_Value(D))))
 1894     NewSel = Builder.CreateSelect(Cond, A, B, "", &Sel);
 1898     NewSel = Builder.CreateSelect(Cond, B, A, "", &Sel);