Lines Matching refs:getNumDimAndSymbolIds
203 pos, /*offset=*/0, /*num=*/rank, cst.getNumDimAndSymbolIds(), in getLowerAndUpperBound()
209 assert(lbMap.getNumInputs() == cst.getNumDimAndSymbolIds() - rank); in getLowerAndUpperBound()
210 assert(ubMap.getNumInputs() == cst.getNumDimAndSymbolIds() - rank); in getLowerAndUpperBound()
342 cst.setDimSymbolSeparation(cst.getNumDimAndSymbolIds() - rank); in compute()
351 cst.getIdValues(cst.getNumDimIds(), cst.getNumDimAndSymbolIds(), &ids); in compute()
362 cst.projectOut(cst.getNumDimAndSymbolIds(), cst.getNumLocalIds()); in compute()
607 assert(sliceUnionCst.getNumDimAndSymbolIds() == 0); in computeSliceUnion()
644 if (sliceUnionCst.getNumDimAndSymbolIds() == 0) { in computeSliceUnion()
651 assert(sliceUnionCst.getNumDimAndSymbolIds() > 0); in computeSliceUnion()
699 if (sliceUnionCst.getNumDimAndSymbolIds() == 0) in computeSliceUnion()
732 sliceUnionCst.getNumDimAndSymbolIds(), in computeSliceUnion()
797 unsigned numDimsAndSymbols = dependenceConstraints->getNumDimAndSymbolIds(); in getComputationSliceState()