Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp218 bool IsGEP = match(U, m_GEP(m_GEP(m_Value(), m_Value(MatchedMul)), in matchLinearIVUser()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp1121 if (!match(SearchIndex, m_GEP(m_Specific(PSearch), m_One())) || in recognizeFindFirstByte()
1122 !match(NeedleIndex, m_GEP(m_Specific(PNeedle), m_One()))) in recognizeFindFirstByte()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1399 match(V2, m_GEP(m_Specific(V1), m_BinOp(Iv2Next)))) { in foldDependentIVs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1986 inline auto m_GEP(const OperandTypes &...Ops) { in m_GEP() function