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

  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 94 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
118 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
132 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp 449 m_LShr(m_BitCast(m_Value(VecInput)),
525 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
551 match(Src, m_LShr(m_SExt(m_Value(A)), m_ConstantInt(Cst))) &&
    [all...]
InstCombineMulDivRem.cpp 40 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(One), m_Value(A))), m_Value(B))) &&
    [all...]
InstCombineShifts.cpp 84 if ((isLeftShift && match(I, m_LShr(m_Value(), m_ConstantInt(CI)))) ||
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 530 inline BinaryOp_match<LHS, RHS, Instruction::LShr> m_LShr(const LHS &L,
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]

Completed in 376 milliseconds