Home
last modified time | relevance | path

Searched refs:m_Shift (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DAssumptionCache.cpp109 } else if (match(V, m_Shift(m_Value(A), m_ConstantInt()))) { in findAffectedValues()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp65 m_Shift(m_Instruction(Sh0Op0), m_ZExtOrSelf(m_Value(ShAmt0))))) in reassociateShiftAmtsOfTwoSameDirectionShifts()
80 if (!match(Sh1, m_Shift(m_Value(X), m_ZExtOrSelf(m_Value(ShAmt1))))) in reassociateShiftAmtsOfTwoSameDirectionShifts()
192 m_Shift(m_Value(Masked), m_ZExtOrSelf(m_Value(ShiftShAmt)))); in dropRedundantMaskingOfLeftShiftInput()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp2662 if (!match(ValShifted, m_Shift(m_LoopInvariant(m_Value(Val), CurLoop), in detectShiftUntilZeroIdiom()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DPatternMatch.h1296 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L, in m_Shift() function