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/
InstCombineCasts.cpp 475 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
    [all...]
InstCombineMulDivRem.cpp 37 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(PowerOf2), m_Value(A))),
859 if (match(Op0, m_LShr(m_Value(X), m_ConstantInt(C1)))) {
    [all...]
InstCombineShifts.cpp 82 if ((isLeftShift && match(I, m_LShr(m_Value(), m_ConstantInt(CI)))) ||
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 491 m_LShr(const LHS &L, const RHS &R) {
    [all...]

Completed in 288 milliseconds