Searched refs:operand_data_size (Results 1 – 1 of 1) sorted by relevance
2016 size_t operand_data_size = operand_apint.getBitWidth() / 8; in ReplaceStaticLiterals() local2023 index < operand_data_size; in ReplaceStaticLiterals()2031 … log->Printf("Found ConstantFP with size %lu and raw data %s", operand_data_size, s.c_str()); in ReplaceStaticLiterals()2034 lldb_private::DataBufferHeap data(operand_data_size, 0); in ReplaceStaticLiterals()2041 index < operand_data_size; in ReplaceStaticLiterals()2044 data_bytes[index] = operand_raw_data[operand_data_size - (1 + index)]; in ReplaceStaticLiterals()2049 memcpy(data.GetBytes(), operand_raw_data, operand_data_size); in ReplaceStaticLiterals()2061 m_data_allocator.GetStream().Write(data.GetBytes(), operand_data_size); in ReplaceStaticLiterals()