Searched refs:m_GEP (Results 1 – 3 of 3) sorted by relevance
218 bool IsGEP = match(U, m_GEP(m_GEP(m_Value(), m_Value(MatchedMul)), in matchLinearIVUser()
1396 match(V2, m_GEP(m_Specific(V1), m_BinOp(Iv2Next)))) { in foldDependentIVs()
1875 inline auto m_GEP(const OperandTypes &...Ops) { in m_GEP() function