Home
last modified time | relevance | path

Searched refs:m_NSWMul (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDStraightLineStrengthReduce.cpp496 if (match(ArrayIdx, m_NSWMul(m_Value(LHS), m_ConstantInt(RHS)))) { in factorArrayIndex()
/NextBSD/contrib/llvm/include/llvm/IR/
HDPatternMatch.h585 m_NSWMul(const LHS &L, const RHS &R) { in m_NSWMul() function
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineMulDivRem.cpp813 if ((IsSigned && match(LHS, m_NSWMul(m_Value(X), m_APInt(C1)))) || in commonIDivTransforms()