Searched refs:m_LogicalShift (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1434 if (match(Op0, m_OneUse(m_LogicalShift(m_One(), m_Value(X)))) && in visitAnd() 1655 bool OrOfShifts = match(Op0, m_LogicalShift(m_Value(), m_Value())) && in MatchBSwap() 1656 match(Op1, m_LogicalShift(m_Value(), m_Value())); in MatchBSwap() 1668 bool OrOfAndAndSh = (match(Op0, m_LogicalShift(m_Value(), m_Value())) && in MatchBSwap() 1671 match(Op1, m_LogicalShift(m_Value(), m_Value()))); in MatchBSwap()
|
D | InstCombineCasts.cpp | 508 if (!match(Or0, m_OneUse(m_LogicalShift(m_Value(ShVal), m_Value(ShAmt0)))) || in narrowRotate() 509 !match(Or1, m_OneUse(m_LogicalShift(m_Specific(ShVal), m_Value(ShAmt1))))) in narrowRotate()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 432 m_LogicalShift(const LHS &L, const RHS &R) { in m_LogicalShift() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1810 (match(Op0, m_LogicalShift(m_Value(), m_Value())) && in visitOr() 1811 match(Op1, m_LogicalShift(m_Value(), m_Value())))) { in visitOr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1571 bool OrOfShifts = match(Op0, m_LogicalShift(m_Value(), m_Value())) && in MatchBSwap() 1572 match(Op1, m_LogicalShift(m_Value(), m_Value())); in MatchBSwap()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 665 m_LogicalShift(const LHS &L, const RHS &R) { in m_LogicalShift() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 910 m_LogicalShift(const LHS &L, const RHS &R) { in m_LogicalShift() function
|