Home
last modified time | relevance | path

Searched refs:apfloat_match (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h245 struct apfloat_match { struct
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match() argument
287 inline apfloat_match m_APFloat(const APFloat *&Res) { in m_APFloat()
289 return apfloat_match(Res, /* AllowUndef */ false); in m_APFloat()
293 inline apfloat_match m_APFloatAllowUndef(const APFloat *&Res) { in m_APFloatAllowUndef()
294 return apfloat_match(Res, /* AllowUndef */ true); in m_APFloatAllowUndef()
298 inline apfloat_match m_APFloatForbidUndef(const APFloat *&Res) { in m_APFloatForbidUndef()
299 return apfloat_match(Res, /* AllowUndef */ false); in m_APFloatForbidUndef()