Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp152 Value dimInbound = b.create<arith::CmpIOp>( in tileParallelLoop() local
154 inbound = b.create<arith::AndIOp>(op.getLoc(), inbound, dimInbound); in tileParallelLoop()