Searched refs:boundExpr (Results 1 – 4 of 4) sorted by relevance
86 constexpr auto boundExpr{scalarIntExpr};
447 TYPE_PARSER(construct<BoundsSpec>(boundExpr / ":"))450 TYPE_PARSER(construct<BoundsRemapping>(boundExpr / ":", boundExpr))
1168 TYPE_PARSER(construct<AllocateShapeSpec>(maybe(boundExpr / ":"), boundExpr))1174 maybe(boundExpr / ":") / "*"))
1507 auto boundExpr = getAffineExprFromFlatForm(bound, numDims - 1, numSyms, in getIneqAsAffineValueMap() local1516 vmap.reset(AffineMap::get(numDims - 1, numSyms, boundExpr), operands); in getIneqAsAffineValueMap()