Lines Matching defs:reified
78 /// the reified values.
112 FailureOr<OpFoldResult> reified = failure();
117 reified = FailureOr<OpFoldResult>(rewriter.getIndexAttr(*reifiedConst));
130 reified = affine::materializeComputedBound(
135 reified = arith::reifyValueBound(rewriter, op->getLoc(), boundType,
138 reified = reifyValueBound(rewriter, op->getLoc(), boundType,
142 if (failed(reified)) {
147 // Replace the op with the reified bound.
148 if (auto val = llvm::dyn_cast_if_present<Value>(*reified)) {
153 op->getLoc(), cast<IntegerAttr>(cast<Attribute>(*reified)).getInt());