Home | History | Annotate | Download | only in service

Lines Matching refs:operand_indices

243     std::vector<int64> operand_indices = user->OperandIndices(operand);
244 return operand_indices.size() == 1 && operand_indices[0] == 0;
250 const std::vector<int64> operand_indices = user->OperandIndices(operand);
251 if (operand_indices.size() > 1) {
254 CHECK_EQ(1, operand_indices.size());
255 auto* param = user->to_apply()->parameter_instruction(operand_indices[0]);
347 std::vector<int64> operand_indices = user->OperandIndices(operand);
348 return operand_indices.size() == 1 && operand_indices[0] == 0;