Searched refs:boundExpr (Results 1 – 4 of 4) sorted by relevance
86 constexpr auto boundExpr{scalarIntExpr};
434 TYPE_PARSER(construct<BoundsSpec>(boundExpr / ":"))437 TYPE_PARSER(construct<BoundsRemapping>(boundExpr / ":", boundExpr))
1140 TYPE_PARSER(construct<AllocateShapeSpec>(maybe(boundExpr / ":"), boundExpr))1146 maybe(boundExpr / ":") / "*"))
2979 auto boundExpr = getAffineExprFromFlatForm(bound, numDims - 1, numSyms, in getIneqAsAffineValueMap() local2988 vmap.reset(AffineMap::get(numDims - 1, numSyms, boundExpr), operands); in getIneqAsAffineValueMap()