Searched defs:apfloat_match (Results 1 – 6 of 6) sorted by relevance
253 struct apfloat_match { struct257 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match() function260 template <typename ITy> bool match(ITy *V) { in match()
175 struct apfloat_match { struct177 apfloat_match(const APFloat *&R) : Res(R) {} in apfloat_match() argument199 inline apfloat_match m_APFloat(const APFloat *&Res) { return Res; } in m_APFloat() argument
253 struct apfloat_match { struct257 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match() argument260 template <typename ITy> bool match(ITy *V) { in match()
274 struct apfloat_match { struct278 apfloat_match(const APFloat *&Res, bool AllowPoison) in apfloat_match() argument281 template <typename ITy> bool match(ITy *V) { in match()