Home
last modified time | relevance | path

Searched refs:outOfBounds (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp675 bool outOfBounds = false; in boundCheckLoadOrStoreOp() local
693 outOfBounds = !ucst.isEmpty(); in boundCheckLoadOrStoreOp()
694 if (outOfBounds && emitError) { in boundCheckLoadOrStoreOp()
704 outOfBounds = !lcst.isEmpty(); in boundCheckLoadOrStoreOp()
705 if (outOfBounds && emitError) { in boundCheckLoadOrStoreOp()
710 return failure(outOfBounds); in boundCheckLoadOrStoreOp()
/llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp85 Value outOfBounds = lb.create<arith::CmpIOp>(arith::CmpIPredicate::ult, in getBroadcastedDim() local
90 TypeRange{indexTy}, outOfBounds, in getBroadcastedDim()
287 Value outOfBounds = b.create<arith::CmpIOp>( in matchAndRewrite() local
291 loc, TypeRange{i1Ty}, outOfBounds, in matchAndRewrite()
/llvm-project-15.0.7/polly/test/CodeGen/OpenMP/
H A Dsingle_loop.ll134 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.nextUB.outOfBounds = icmp sgt i64 %{{[0-9]+}}, %po…
135 …-CHUNKED-NEXT: %polly.indvar.nextUB = select i1 %polly.indvar.nextUB.outOfBounds, i64 %polly.ind…
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3844 mlir::Value outOfBounds = in genShift() local
3848 return builder.create<mlir::arith::SelectOp>(loc, outOfBounds, zero, shifted); in genShift()