Searched defs:minusOne (Results 1 – 9 of 9) sorted by relevance
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | ExpandOps.cpp | 53 Value minusOne = rewriter.create<arith::SubIOp>(loc, a, one); in matchAndRewrite() local 74 Value minusOne = createConst(loc, type, -1, rewriter); in matchAndRewrite() local 145 Value minusOne = createConst(loc, type, -1, rewriter); in matchAndRewrite() local
|
/llvm-project/clang/test/C/C23/ |
H A D | n3018.c | 11 constexpr unsigned int minusOne = -1; Example0() local
|
/llvm-project/mlir/lib/Conversion/GPUToNVVM/ |
H A D | LowerGpuOpsToNVVMOps.cpp | 160 Value minusOne = rewriter.create<LLVM::ConstantOp>(loc, int32Type, -1); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/ |
H A D | IndexToSPIRV.cpp | 171 Value minusOne = rewriter.create<spirv::ISubOp>(loc, n, one); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/IndexToLLVM/ |
H A D | IndexToLLVM.cpp | 90 Value minusOne = rewriter.create<LLVM::SubOp>(loc, n, one); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 417 Value minusOne = createConstantAllBitsSet(loc, srcType, dstType, rewriter); matchAndRewrite() local 558 Value minusOne = createConstantAllBitsSet(loc, srcType, dstType, rewriter); matchAndRewrite() local 1006 IntegerAttr minusOne = minusOneIntegerAttribute(srcType, rewriter); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | LoopPipelining.cpp | 640 Value minusOne = emitEpilogue() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 568 auto minusOne = builder.createIntegerConstant(loc, indexType, -1); in createLenTrim() local
|
H A D | IntrinsicCall.cpp | 6323 mlir::Value minusOne = builder.createMinusOneInteger(loc, resultType); genShiftA() local
|