Home
last modified time | relevance | path

Searched refs:m_GEP (Results 1 – 3 of 3) 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/InstCombine/
H A DInstCombinePHI.cpp1396 match(V2, m_GEP(m_Specific(V1), m_BinOp(Iv2Next)))) { in foldDependentIVs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1875 inline auto m_GEP(const OperandTypes &...Ops) { in m_GEP() function