Searched refs:maybeYieldValue (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/ |
| H A D | VectorToSCF.cpp | 103 static void maybeYieldValue(OpBuilder &b, Location loc, bool hasRetVal, in maybeYieldValue() function 194 maybeYieldValue(b, loc, hasRetVal, inBoundsCase(b, loc)); in generateInBoundsCheck() 199 maybeYieldValue(b, loc, hasRetVal, outOfBoundsCase(b, loc)); in generateInBoundsCheck() 774 maybeYieldValue(b, loc, !loopState.empty(), result); in matchAndRewrite()
|