Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.cpp1066 auto ifInBound = b.create<scf::IfOp>(l, b.getI1Type(), inBound, true); in genSegmentHigh() local
1070 b.setInsertionPointToStart(ifInBound.thenBlock()); in genSegmentHigh()
1076 b.setInsertionPointToStart(ifInBound.elseBlock()); in genSegmentHigh()
1079 b.create<scf::ConditionOp>(l, ifInBound.getResults()[0], ivs); in genSegmentHigh()