Home
last modified time | relevance | path

Searched defs:oneValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp213 Value oneValue = builder.create<arith::ConstantOp>( in createElementIPowIFunc() local
704 Value oneValue = elseBuilder.create<arith::ConstantOp>( createCtlzFunc() local
[all...]
/llvm-project/mlir/lib/Dialect/Math/IR/
H A DMathOps.cpp331 APInt oneValue{width, 1ULL, /*isSigned=*/true}; in fold() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp478 Value oneValue = spirv::ConstantOp::getOne(i32Type, loc, rewriter); in matchAndRewrite() local