Home
last modified time | relevance | path

Searched refs:newSymsPtr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp1237 SmallVector<Value> *newSymsPtr = &newSyms; in computeAlignedMap() local
1239 SmallVector<Value> *newSymsPtr = nullptr; in computeAlignedMap() local
1254 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()