Home
last modified time | relevance | path

Searched defs:falseVal (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorMask.cpp72 Value falseVal = rewriter.create<arith::ConstantOp>( in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOwnershipBasedBufferDeallocation.cpp632 Value falseVal = buildBoolValue(builder, li.getLoc(), false); in deallocate() local
719 Value falseVal = buildBoolValue(builder, op.getLoc(), false); in handleInterface() local
H A DLowerDeallocations.cpp350 Value falseVal = rewriter.create<arith::ConstantOp>( matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2328 Value falseVal = std::get<1>(it.value()); matchAndRewrite() local
2482 bool falseVal = falseYield.getValue(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp944 Value falseVal = builder.create<math::SqrtOp>(fma(half, r, half)); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp2291 Value falseVal = getFalseValue(); fold() local