Searched refs:m_Instruction (Results 1 – 5 of 5) sorted by relevance
88 if (match(J, m_CombineOr(m_And(m_Instruction(I), m_APInt(M)), in lookThroughAnd()89 m_And(m_APInt(M), m_Instruction(I))))) { in lookThroughAnd()
1905 m_Br(m_ICmp(Pred, m_Instruction(LHS), m_Instruction(RHS)), in findExistingExpansion()
299 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; } in m_Instruction() function
845 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
4110 m_Instruction(AddI))) && in visitICmpInst()