Searched refs:bitcastFromMemory (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Boolean.h | 78 static Boolean bitcastFromMemory(const std::byte *Buff, unsigned BitWidth) { in bitcastFromMemory() function
|
| H A D | InterpBuiltinBitCast.cpp | 407 Floating::bitcastFromMemory(M.get(), Semantics, &R); in DoBitCastPtr() 446 P.deref<T>() = T::bitcastFromMemory(Memory.get(), T::bitWidth()) in DoBitCastPtr()
|
| H A D | Floating.h | 181 static void bitcastFromMemory(const std::byte *Buff, in bitcastFromMemory() function
|
| H A D | Integral.h | 167 static Integral bitcastFromMemory(const std::byte *Src, unsigned BitWidth) {
|
| H A D | IntegralAP.h | 206 static void bitcastFromMemory(const std::byte *Src, unsigned BitWidth, in bitcastFromMemory() function
|
| H A D | Interp.h | 3439 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()
|