Searched refs:cast_from_pointer (Results 1 – 1 of 1) sorted by relevance
1908 raw_results.push(self.cast_from_pointer(results[0], to64)); in translate_transcode()1916 raw_results.push(self.cast_from_pointer(results[0], from64)); in translate_transcode()1917 raw_results.push(self.cast_from_pointer(results[1], to64)); in translate_transcode()1958 fn cast_from_pointer(&mut self, val: ir::Value, is64: bool) -> ir::Value { in cast_from_pointer() method