Home
last modified time | relevance | path

Searched refs:m_Instruction (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp88 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()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1905 m_Br(m_ICmp(Pred, m_Instruction(LHS), m_Instruction(RHS)), in findExistingExpansion()
/external/llvm/include/llvm/IR/
DPatternMatch.h299 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; } in m_Instruction() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp845 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4110 m_Instruction(AddI))) && in visitICmpInst()