Lines Matching defs:mappedValues
777 ValueVector mappedValues);
814 ValueVector mappedValues;
1166 ValueVector mappedValues)
1169 mappedValues(std::move(mappedValues)) {
1176 if (!mappedValues.empty())
1177 rewriterImpl.mapping.erase(mappedValues);
3296 SmallVector<Value> mappedValues;
3297 if (failed(rewriter.getRemappedValues(values, mappedValues)))
3299 return std::move(mappedValues);