Searched refs:GFCstAndRegMatch (Results 1 – 2 of 2) sorted by relevance
155 struct GFCstAndRegMatch { struct157 GFCstAndRegMatch(std::optional<FPValueAndVReg> &FPValReg) in GFCstAndRegMatch() function165 inline GFCstAndRegMatch m_GFCst(std::optional<FPValueAndVReg> &FPValReg) { in m_GFCst() argument166 return GFCstAndRegMatch(FPValReg); in m_GFCst()
251 if (!matchMed<GFCstAndRegMatch>(MI, MRI, OpcodeTriple, Val, K0, K1)) in matchFPMinMaxToMed3()