Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
830 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
834 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
842 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
846 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage()
854 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
858 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage()
866 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
870 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp33 if (usesLayout<IEEEFloat>(getSemantics())) \
35 if (usesLayout<DoubleAPFloat>(getSemantics())) \
5270 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
5274 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
5290 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
5292 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
5323 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5324 usesLayout<IEEEFloat>(ToSemantics)) in convert()
5326 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5327 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
[all …]