Lines Matching defs:withOp
133 for (shape::WithOp withOp : allWithOps) {
134 Value value = withOp.getOperand();
135 Value shape = withOp.getShape();
226 funcOp.walk([&](shape::WithOp withOp) { allWithOps.push_back(withOp); });
233 for (shape::WithOp withOp : allWithOps) {
234 Value value = withOp.getOperand();
236 llvm::make_early_inc_range(withOp.getResult().getUsers())) {
266 for (shape::WithOp withOp : allWithOps) {
267 Value shape = withOp.getShape();
311 if (auto withOp = llvm::dyn_cast<shape::WithOp>(op))
312 return withOp.getShape() == prevOutput;