Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp389 Value constantFalse = nullptr; in matchAndRewrite() local
417 if (!constantFalse) in matchAndRewrite()
418 constantFalse = rewriter.create<arith::ConstantOp>( in matchAndRewrite()
422 [&] { use.set(constantFalse); }); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1660 Value constantFalse = nullptr; in matchAndRewrite() local
1677 if (!constantFalse) in matchAndRewrite()
1678 constantFalse = rewriter.create<arith::ConstantOp>( in matchAndRewrite()
1682 [&]() { use.set(constantFalse); }); in matchAndRewrite()