Searched refs:newSymsPtr (Results 1 – 1 of 1) sorted by relevance
1237 SmallVector<Value> *newSymsPtr = &newSyms; in computeAlignedMap() local1239 SmallVector<Value> *newSymsPtr = nullptr; in computeAlignedMap() local1254 alignAffineMapWithValues(map, operands, dims, syms, newSymsPtr); in computeAlignedMap()1256 assert(syms.size() == newSymsPtr->size() && "unexpected new/missing symbols"); in computeAlignedMap()1257 assert(std::equal(syms.begin(), syms.end(), newSymsPtr->begin()) && in computeAlignedMap()