Searched refs:GCstAndRegMatch (Results 1 – 2 of 2) sorted by relevance
142 struct GCstAndRegMatch { struct144 GCstAndRegMatch(std::optional<ValueAndVReg> &ValReg) : ValReg(ValReg) {} in GCstAndRegMatch() function151 inline GCstAndRegMatch m_GCst(std::optional<ValueAndVReg> &ValReg) { in m_GCst() argument152 return GCstAndRegMatch(ValReg); in m_GCst()
207 if (!matchMed<GCstAndRegMatch>(MI, MRI, OpcodeTriple, Val, K0, K1)) in matchIntMinMaxToMed3()