Searched refs:m_GEP (Results 1 – 4 of 4) sorted by relevance
218 bool IsGEP = match(U, m_GEP(m_GEP(m_Value(), m_Value(MatchedMul)), in matchLinearIVUser()
1121 if (!match(SearchIndex, m_GEP(m_Specific(PSearch), m_One())) || in recognizeFindFirstByte()1122 !match(NeedleIndex, m_GEP(m_Specific(PNeedle), m_One()))) in recognizeFindFirstByte()
1399 match(V2, m_GEP(m_Specific(V1), m_BinOp(Iv2Next)))) { in foldDependentIVs()
1986 inline auto m_GEP(const OperandTypes &...Ops) { in m_GEP() function