Searched defs:bit_cast (Results 1 – 5 of 5) sorted by relevance
28 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr _ToType bit_cast(const _FromType& __from) noe… in bit_cast() function
53 [[nodiscard]] inline To bit_cast(const From &from) noexcept { in bit_cast() function
339 BitCastInst *bit_cast = in InstrumentInstruction() local430 BitCastInst *bit_cast = in InstrumentInstruction() local
1735 BitCastInst *bit_cast = new BitCastInst( in ReplaceVariables() local1744 BitCastInst *bit_cast = new BitCastInst( in ReplaceVariables() local
23 template <class Dest, class Source> inline Dest bit_cast(const Source &S) { in bit_cast() function