Searched refs:isBlockFirstCoord (Results 1 – 1 of 1) sorted by relevance
368 SmallVector<Value> isBlockFirstCoord(op.getNumLoops()); in createParallelComputeFunction() local383 isBlockFirstCoord[loopIdx] = b.create<arith::CmpIOp>( in createParallelComputeFunction()390 isBlockFirstCoord[loopIdx] = b.create<arith::AndIOp>( in createParallelComputeFunction()391 isBlockFirstCoord[loopIdx], isBlockFirstCoord[loopIdx - 1]); in createParallelComputeFunction()407 auto lb = b.create<arith::SelectOp>(isBlockFirstCoord[loopIdx], in createParallelComputeFunction()