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.h28 if (usesLayout<IEEEFloat>(getSemantics())) \
30 if (usesLayout<DoubleAPFloat>(getSemantics())) \
945 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
949 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
957 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
961 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage()
969 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
973 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage()
981 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
985 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())) \
5454 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
5458 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
5474 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
5476 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
5507 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5508 usesLayout<IEEEFloat>(ToSemantics)) in convert()
5510 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5511 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
[all …]