Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h799 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
811 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
847 if (usesLayout<IEEEFloat>(*semantics) &&
861 if (usesLayout<IEEEFloat>(*semantics) &&
885 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
893 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
927 if (usesLayout<IEEEFloat>(getSemantics())) in compareAbsoluteValue()
1045 if (usesLayout<IEEEFloat>(getSemantics())) in add()
1054 if (usesLayout<IEEEFloat>(getSemantics())) in subtract()
1063 if (usesLayout<IEEEFloat>(getSemantics())) in multiply()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp33 if (usesLayout<IEEEFloat>(getSemantics())) \
5149 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
5153 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
5169 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
5171 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
5202 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5203 usesLayout<IEEEFloat>(ToSemantics)) in convert()
5205 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5206 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
5212 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
[all …]