Searched refs:symExpr (Results 1 – 3 of 3) sorted by relevance
235 else if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) in isContiguousAccess() local236 exprOperands.push_back(mapOperands[numDims + symExpr.getPosition()]); in isContiguousAccess()
623 if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) in compressUnusedSymbols() local624 unusedSymbols.reset(symExpr.getPosition()); in compressUnusedSymbols()
998 else if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) in canonicalizeMapOrSetAndOperands() local999 usedSyms[symExpr.getPosition()] = true; in canonicalizeMapOrSetAndOperands()1715 if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) { in printBound() local2918 if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) { in matchAndRewrite() local2919 Value symValue = symOperands[symExpr.getPosition()]; in matchAndRewrite()