HomeSort by relevance Sort by last modified time
    Searched refs:m_Instruction (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 81 if (match(J, m_CombineOr(m_And(m_Instruction(I), m_APInt(M)),
82 m_And(m_APInt(M), m_Instruction(I))))) {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 299 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; }
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 811 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI))))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 563 milliseconds