Lines Matching defs:variables
80 // Create a series of assign ops assigning given values to given variables at
82 static void assignValues(ValueRange values, ValueRange variables,
84 for (auto [value, var] : llvm::zip(values, variables))
88 SmallVector<Value> loadValues(const SmallVector<Value> &variables,
90 return llvm::map_to_vector<>(variables, [&](Value var) {
121 // set the yielded values into the result variables.
136 // Create an emitc::variable op for each result. These variables will be
142 "create variables for results failed");
184 // Load variables into SSA values after the for loop.
208 // Create an emitc::variable op for each result. These variables will be
214 "create variables for results failed");
220 // yielded values into the result variables.
277 // Create an emitc::variable op for each result. These variables will be
283 "create variables for results failed");