Home
last modified time | relevance | path

Searched refs:i49 (Results 1 – 25 of 951) sorted by relevance

12345678910>>...39

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
H A Dapint-rem1.ll12 define i49 @test2(i49 %A) {
13 %B = shl i49 4096, 11
14 %Y = urem i49 %A, %B
15 ret i49 %Y
H A Dapint-div1.ll12 define i49 @test2(i49 %X) {
13 %tmp.0 = shl i49 4096, 17
14 %Y = udiv i49 %X, %tmp.0
15 ret i49 %Y
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
H A Dapint-rem1.ll12 define i49 @test2(i49 %A) {
13 %B = shl i49 4096, 11
14 %Y = urem i49 %A, %B
15 ret i49 %Y
H A Dapint-div1.ll12 define i49 @test2(i49 %X) {
13 %tmp.0 = shl i49 4096, 17
14 %Y = udiv i49 %X, %tmp.0
15 ret i49 %Y
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
H A Dapint-div1.ll12 define i49 @test2(i49 %X) {
13 %tmp.0 = shl i49 4096, 17
14 %Y = udiv i49 %X, %tmp.0
15 ret i49 %Y
H A Dapint-rem1.ll12 define i49 @test2(i49 %A) {
13 %B = shl i49 4096, 11
14 %Y = urem i49 %A, %B
15 ret i49 %Y
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
H A Dapint-div1.ll12 define i49 @test2(i49 %X) {
13 %tmp.0 = shl i49 4096, 17
14 %Y = udiv i49 %X, %tmp.0
15 ret i49 %Y
H A Dapint-rem1.ll12 define i49 @test2(i49 %A) {
13 %B = shl i49 4096, 11
14 %Y = urem i49 %A, %B
15 ret i49 %Y
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
H A Dapint-div1.ll12 define i49 @test2(i49 %X) {
13 %tmp.0 = shl i49 4096, 17
14 %Y = udiv i49 %X, %tmp.0
15 ret i49 %Y
H A Dapint-rem1.ll12 define i49 @test2(i49 %A) {
13 %B = shl i49 4096, 11
14 %Y = urem i49 %A, %B
15 ret i49 %Y
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-shift-simplify.ll25 define i49 @test2(i49 %A, i49 %B, i49 %C) {
26 %X = ashr i49 %A, %C
27 %Y = ashr i49 %B, %C
28 %Z = xor i49 %X, %Y
29 ret i49 %Z
31 ; CHECK-NEXT: xor i49 %A, %B
32 ; CHECK-NEXT: ashr i49

12345678910>>...39