Searched refs:symExpr (Results 1 – 2 of 2) sorted by relevance
247 else if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) in isContiguousAccess() local248 exprOperands.push_back(mapOperands[numDims + symExpr.getPosition()]); in isContiguousAccess()
799 else if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) in canonicalizeMapOrSetAndOperands() local800 usedSyms[symExpr.getPosition()] = true; in canonicalizeMapOrSetAndOperands()1495 if (auto symExpr = expr.dyn_cast<AffineSymbolExpr>()) { in printBound() local