HomeSort by relevance Sort by last modified time
    Searched full:m_instruction (Results 1 - 6 of 6) 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...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 811 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI))))
    [all...]

Completed in 262 milliseconds