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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 2113   if (!Ty->isIntOrIntVectorTy() || !B->getType()->isIntOrIntVectorTy())
 2121   if (match(A, m_Not(m_Specific(B)))) {
 2130   if (match(A, m_Constant(AConst)) && match(B, m_Constant(BConst)))
 2140       match(B, m_OneUse(m_Not(m_Value(NotB))))) {
 2155       match(B, (m_Xor(m_SExt(m_Specific(Cond)), m_Constant(BConst)))) &&