Searched refs:tmp_type (Results 1 – 1 of 1) sorted by relevance
1096 DataType::Type tmp_type = double_slot ? DataType::Type::kInt64 : DataType::Type::kInt32; in Exchange() local1102 : tmp_type; in Exchange()1104 codegen_->MoveLocation(tmp, loc1, tmp_type); in Exchange()1107 codegen_->MoveLocation(loc2, tmp, tmp_type); in Exchange()