Home
last modified time | relevance | path

Searched refs:DoBitCast (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.h27 bool DoBitCast(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
H A DInterpBuiltinBitCast.cpp326 bool clang::interp::DoBitCast(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in DoBitCast() function in clang::interp
H A DInterp.h3429 if (!DoBitCast(S, OpPC, FromPtr, Buff.data(), BitWidth, FullBitWidth, in BitCastPrim()