Lines Matching defs:folded
356 /// that can be folded.
358 bool folded = false;
363 folded = true;
366 return success(folded);
1978 // Skip static dims. These are folded to constant ops.
2023 // Skip static dims. These are folded to constant ops.
2410 // Create folded extract.
2455 /// folded operation might introduce more constant data; Users can control
2751 /// can be folded into %val.
2801 // No constant operands were folded, just return;
2831 /// the cast is folded into the insert_slice operation. E.g.:
4772 // If no operand comes from a tensor::CastOp and can be folded then fail.