Searched refs:tuple_operands (Results 1 – 1 of 1) sorted by relevance
437 auto tuple_operands = llvm::to_vector<4>(tuple_op.getOperands()); in GetValueWithToken() local438 tuple_operands.push_back(token); in GetValueWithToken()439 return create_tuple(tuple_operands); in GetValueWithToken()444 SmallVector<Value, 4> tuple_operands; in GetValueWithToken() local446 tuple_operands.push_back( in GetValueWithToken()450 tuple_operands.push_back(token); in GetValueWithToken()451 return create_tuple(tuple_operands); in GetValueWithToken()470 SmallVector<Value, 4> tuple_operands; in CreateSubTuple() local472 tuple_operands.push_back( in CreateSubTuple()476 return CreateTuple(builder, value.getLoc(), tuple_operands); in CreateSubTuple()