Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DExpandOps.cpp129 Value minusOne = in matchAndRewrite() local
180 Value minusOne = in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp364 Value minusOne = createConstantAllBitsSet(loc, srcType, dstType, rewriter); in matchAndRewrite() local
506 Value minusOne = createConstantAllBitsSet(loc, srcType, dstType, rewriter); in matchAndRewrite() local
936 IntegerAttr minusOne = minusOneIntegerAttribute(srcType, rewriter); in matchAndRewrite() local
/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp349 auto minusOne = builder.createIntegerConstant(loc, indexType, -1); in createLenTrim() local