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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [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...]
InstCombineCasts.cpp 473 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 530 inline BinaryOp_match<LHS, RHS, Instruction::LShr> m_LShr(const LHS &L,
    [all...]

Completed in 737 milliseconds