Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h157 struct apfloat_match { struct
159 apfloat_match(const APFloat *&R) : Res(R) {} in apfloat_match() function
181 inline apfloat_match m_APFloat(const APFloat *&Res) { return Res; } in m_APFloat() argument