Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBoolean.h78 static Boolean bitcastFromMemory(const std::byte *Buff, unsigned BitWidth) { in bitcastFromMemory() function
H A DInterpBuiltinBitCast.cpp407 Floating::bitcastFromMemory(M.get(), Semantics, &R); in DoBitCastPtr()
446 P.deref<T>() = T::bitcastFromMemory(Memory.get(), T::bitWidth()) in DoBitCastPtr()
H A DFloating.h181 static void bitcastFromMemory(const std::byte *Buff, in bitcastFromMemory() function
H A DIntegral.h167 static Integral bitcastFromMemory(const std::byte *Src, unsigned BitWidth) {
H A DIntegralAP.h206 static void bitcastFromMemory(const std::byte *Src, unsigned BitWidth, in bitcastFromMemory() function
H A DInterp.h3439 Floating::bitcastFromMemory(Buff.data(), *Sem, &Result); in BitCastPrim()
3445 T::bitcastFromMemory(Buff.data(), ResultBitWidth, &Result); in BitCastPrim()
3449 S.Stk.push<T>(T::bitcastFromMemory(Buff.data(), ResultBitWidth)); in BitCastPrim()