Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h693 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
705 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
741 if (usesLayout<IEEEFloat>(*semantics) &&
755 if (usesLayout<IEEEFloat>(*semantics) &&
779 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
787 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
828 if (usesLayout<IEEEFloat>(getSemantics())) in compareAbsoluteValue()
944 if (usesLayout<IEEEFloat>(getSemantics())) in add()
953 if (usesLayout<IEEEFloat>(getSemantics())) in subtract()
962 if (usesLayout<IEEEFloat>(getSemantics())) in multiply()
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp32 if (usesLayout<IEEEFloat>(getSemantics())) \
4414 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
4418 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
4432 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4434 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4450 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4451 usesLayout<IEEEFloat>(ToSemantics)) in convert()
4453 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4454 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
4460 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
[all …]