Home
last modified time | relevance | path

Searched defs:plusOne (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dunary_transform.pass.cpp24 TEST_CONSTEXPR int plusOne(int v) { return v + 1; } in plusOne() function
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DExpandOps.cpp41 Value plusOne = rewriter.create<arith::AddIOp>(loc, quotient, one); in matchAndRewrite() local
58 Value plusOne = createConst(loc, type, 1, rewriter); in matchAndRewrite() local
110 Value plusOne = createConst(loc, type, 1, rewriter); in matchAndRewrite() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp67 void plusOne(const Foo &Params, Callback<Foo> Reply) { in TEST() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp6455 auto plusOne = builder.create<mlir::arith::AddIOp>(loc, off, one); in copyNextArrayCtorSection() local
6485 auto plusOne = builder.create<mlir::arith::AddIOp>(loc, off, one); in copyNextArrayCtorSection() local