Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp388 Value constantTrue = nullptr; in matchAndRewrite() local
402 if (!constantTrue) in matchAndRewrite()
403 constantTrue = rewriter.create<arith::ConstantOp>( in matchAndRewrite()
407 [&] { use.set(constantTrue); }); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1659 Value constantTrue = nullptr; in matchAndRewrite() local
1667 if (!constantTrue) in matchAndRewrite()
1668 constantTrue = rewriter.create<arith::ConstantOp>( in matchAndRewrite()
1672 [&]() { use.set(constantTrue); }); in matchAndRewrite()
2740 Value constantTrue = nullptr; in matchAndRewrite() local
2747 if (!constantTrue) in matchAndRewrite()
2748 constantTrue = rewriter.create<arith::ConstantOp>( in matchAndRewrite()
2752 std::get<1>(yieldedAndBlockArgs).replaceAllUsesWith(constantTrue); in matchAndRewrite()