Searched defs:bit_cast (Results 1 – 5 of 5) sorted by relevance
67 inline Dest bit_cast(const Source& source) { in bit_cast() function
20 inline Dest bit_cast(const Source& source) { in bit_cast() function
379 BitCastInst *bit_cast = new BitCastInst(dereferenced_ptr, in InstrumentInstruction() local476 BitCastInst *bit_cast = new BitCastInst(target_object, in InstrumentInstruction() local
1935 …Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, const_expr->getOperand(0)->getType(… in ReplaceStrings() local1942 …Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, store_inst->getValueOperand()->getT… in ReplaceStrings() local2456 BitCastInst *bit_cast = new BitCastInst(get_element_ptr, in ReplaceVariables() local2467 … BitCastInst *bit_cast = new BitCastInst(get_element_ptr, value->getType(), "", entry_instruction); in ReplaceVariables() local
233 V8_INLINE Dest bit_cast(Source const& source) { in bit_cast() function