Home
last modified time | relevance | path

Searched refs:diff2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dtest_symbols.py23 diff2 = "" variable
39 diff2 += text
44 diff3 = subprocess.check_output(cmd, input=diff2, universal_newlines=True, cwd=tmpdir)
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmips64eb-fixups.s13 $diff2 = ($loc3)-($loc0)
14 .8byte ($diff2)
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dparametric-tiling.mlir26 // TILE_74: %[[diff2:.*]] = arith.subi %c44, %c1
28 // TILE_74-NEXT: %[[diff2_adj:.*]] = arith.addi %[[diff2]], %[[adjustment2]]
96 // TILE_74: %[[diff2:.*]] = arith.subi %[[i]], %c1
97 // TILE_74-NEXT: %[[diff2_adj:.*]] = arith.addi %[[diff2]], %[[adjustment2]]
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp220 constexpr int diff2 = &a[1][3] - &a[1][0]; variable
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1249 auto diff2 = in genFIRIncrementLoopBegin() local
1252 builder->create<mlir::arith::DivFOp>(loc, diff2, info.stepValue); in genFIRIncrementLoopBegin()
1259 auto diff2 = in genFIRIncrementLoopBegin() local
1262 builder->create<mlir::arith::DivSIOp>(loc, diff2, info.stepValue); in genFIRIncrementLoopBegin()