Searched refs:m_Store (Results 1 – 2 of 2) sorted by relevance
359 } else if (match(Inst, m_Store(m_Value(MatrixA), m_Value()))) { in propagateShapeForward()505 else if (match(&Inst, m_Store(m_Value(Op1), m_Value(Op2)))) in Visit()
1296 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function