Searched refs:lhs_inst (Results 1 – 1 of 1) sorted by relevance
1719 auto lhs_inst = builder_->LookUpInstructionByHandle(lhs).ValueOrDie(); in SimplifyOp() local1721 StringToHloOpcode(lhs_inst->opcode()).ValueOrDie(); in SimplifyOp()1723 auto add_lhs_handle = SimplifyOp(lhs_inst->operand_ids(0)) in SimplifyOp()1726 auto add_rhs_handle = SimplifyOp(lhs_inst->operand_ids(1)) in SimplifyOp()