Searched refs:ifInBound (Results 1 – 1 of 1) sorted by relevance
1066 auto ifInBound = b.create<scf::IfOp>(l, b.getI1Type(), inBound, true); in genSegmentHigh() local1070 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()