Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1930 SmallVector<Value> nextValues; in matchAndRewrite() local
1935 nextValues.push_back(pair.value()); in matchAndRewrite()
1938 rewriter.replaceOp(nextIf, nextValues); in matchAndRewrite()