Searched refs:constIndexOp (Results 1 – 1 of 1) sorted by relevance
59 } else if (auto constIndexOp = size.getDefiningOp<ConstantOp>()) { in extractSmallestConstantBoundingSize() local60 if (constIndexOp.getType().isa<IndexType>()) in extractSmallestConstantBoundingSize()61 boundingConst = constIndexOp.value().cast<IntegerAttr>().getInt(); in extractSmallestConstantBoundingSize()