Searched refs:tuple_operands (Results 1 – 1 of 1) sorted by relevance
444 auto tuple_operands = llvm::to_vector(tuple_op.getOperands()); in GetValueWithToken() local445 tuple_operands.push_back(token); in GetValueWithToken()446 return {create_tuple(tuple_operands)}; in GetValueWithToken()451 SmallVector<Value, 4> tuple_operands; in GetValueWithToken() local453 tuple_operands.push_back( in GetValueWithToken()457 tuple_operands.push_back(token); in GetValueWithToken()458 return {create_tuple(tuple_operands)}; in GetValueWithToken()489 SmallVector<Value, 4> tuple_operands; in CreateSubTuple() local491 tuple_operands.push_back( in CreateSubTuple()495 return CreateTuple(builder, value.getLoc(), tuple_operands); in CreateSubTuple()