Searched refs:boundingConst (Results 1 – 1 of 1) sorted by relevance
52 Optional<int64_t> boundingConst = {}; in extractSmallestConstantBoundingSize() local56 boundingConst = boundingConst in extractSmallestConstantBoundingSize()57 ? std::min(boundingConst.getValue(), cst.getValue()) in extractSmallestConstantBoundingSize()61 boundingConst = constIndexOp.value().cast<IntegerAttr>().getInt(); in extractSmallestConstantBoundingSize()63 return boundingConst && *boundingConst >= 0 in extractSmallestConstantBoundingSize()64 ? b.create<ConstantIndexOp>(loc, *boundingConst) in extractSmallestConstantBoundingSize()