Home
last modified time | relevance | path

Searched refs:getAPFloat (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp26 APFloat APF = getAPFloat(); in printImpl()
H A DNVPTXMCExpr.h72 APFloat getAPFloat() const { return Flt; } in getAPFloat() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp351 R = APValue(Ptr.atIndex(0).deref<Floating>().getAPFloat(), in toRValue()
352 Ptr.atIndex(1).deref<Floating>().getAPFloat()); in toRValue()
H A DFloating.h40 const APFloat &getAPFloat() const { return F; } in getAPFloat() function
H A DInterpBuiltin.cpp331 APFloat Copy = Arg1.getAPFloat(); in interp__builtin_copysign()
332 Copy.copySign(Arg2.getAPFloat()); in interp__builtin_copysign()
H A DInterp.h1638 S.CCEDiag(E, diag::note_constexpr_overflow) << F.getAPFloat() << Type; in CastFloatingIntegral()
1663 S.CCEDiag(E, diag::note_constexpr_overflow) << F.getAPFloat() << Type; in CastFloatingIntegralAP()
1683 S.CCEDiag(E, diag::note_constexpr_overflow) << F.getAPFloat() << Type; in CastFloatingIntegralAPS()