Searched refs:old_opnd (Results 1 – 1 of 1) sorted by relevance
367 for (auto old_opnd : old_instr->operands()) { in CreateFusedComputation() local368 CHECK(clone_map.find(old_opnd) != clone_map.end()); in CreateFusedComputation()369 new_opnds.push_back(clone_map[old_opnd]); in CreateFusedComputation()