Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
973 if (usesLayout<IEEEFloat>(getSemantics())) in add()
982 if (usesLayout<IEEEFloat>(getSemantics())) in subtract()
991 if (usesLayout<IEEEFloat>(getSemantics())) in multiply()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp31 if (usesLayout<IEEEFloat>(getSemantics())) \
4809 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
4813 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
4829 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4831 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4849 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4850 usesLayout<IEEEFloat>(ToSemantics)) in convert()
4852 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4853 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
4859 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
[all …]