Searched refs:diff2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | test_symbols.py | 23 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 D | mips64eb-fixups.s | 13 $diff2 = ($loc3)-($loc0) 14 .8byte ($diff2)
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | parametric-tiling.mlir | 26 // 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 D | p2-0x.cpp | 220 constexpr int diff2 = &a[1][3] - &a[1][0]; variable
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 1249 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()
|