Home
last modified time | relevance | path

Searched defs:minusOne (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp53 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 Dn3018.c11 constexpr unsigned int minusOne = -1; Example0() local
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp160 Value minusOne = rewriter.create<LLVM::ConstantOp>(loc, int32Type, -1); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/
H A DIndexToSPIRV.cpp171 Value minusOne = rewriter.create<spirv::ISubOp>(loc, n, one); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/IndexToLLVM/
H A DIndexToLLVM.cpp90 Value minusOne = rewriter.create<LLVM::SubOp>(loc, n, one); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp417 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 DLoopPipelining.cpp640 Value minusOne = emitEpilogue() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp568 auto minusOne = builder.createIntegerConstant(loc, indexType, -1); in createLenTrim() local
H A DIntrinsicCall.cpp6323 mlir::Value minusOne = builder.createMinusOneInteger(loc, resultType); genShiftA() local