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 39 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(PowerOf2), m_Value(A))),
923 if (match(Op0, m_LShr(m_Value(X), m_Constant(C1))))
    [all...]
InstCombineShifts.cpp 84 if ((isLeftShift && match(I, m_LShr(m_Value(), m_ConstantInt(CI)))) ||
    [all...]
InstCombineCasts.cpp 478 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 491 m_LShr(const LHS &L, const RHS &R) {
    [all...]

Completed in 364 milliseconds