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

  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 101 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
125 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
139 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
  /external/llvm/include/llvm/IR/
PatternMatch.h 536 inline BinaryOp_match<LHS, RHS, Instruction::AShr> m_AShr(const LHS &L,
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]

Completed in 566 milliseconds