Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h720 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
732 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
768 if (usesLayout<IEEEFloat>(*semantics) &&
782 if (usesLayout<IEEEFloat>(*semantics) &&
806 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
814 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
855 if (usesLayout<IEEEFloat>(getSemantics())) in compareAbsoluteValue()
975 if (usesLayout<IEEEFloat>(getSemantics())) in add()
984 if (usesLayout<IEEEFloat>(getSemantics())) in subtract()
993 if (usesLayout<IEEEFloat>(getSemantics())) in multiply()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp31 if (usesLayout<IEEEFloat>(getSemantics())) \
4791 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
4795 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
4811 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4813 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4831 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4832 usesLayout<IEEEFloat>(ToSemantics)) in convert()
4834 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4835 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
4841 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
[all …]