Home
last modified time | relevance | path

Searched refs:i399 (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstSimplify/
H A Dor.ll149 define i399 @test4_apint(i399 %V, i399 %M) {
160 %A = add i399 %V, %N
161 %B = and i399 %A, %C1
163 %R = or i399 %D, %B
164 ret i399 %R
205 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
207 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
214 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
215 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
218 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstSimplify/
H A Dor.ll149 define i399 @test4_apint(i399 %V, i399 %M) {
160 %A = add i399 %V, %N
161 %B = and i399 %A, %C1
163 %R = or i399 %D, %B
164 ret i399 %R
205 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
207 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
214 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
215 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
218 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstSimplify/
H A Dor.ll149 define i399 @test4_apint(i399 %V, i399 %M) {
160 %A = add i399 %V, %N
161 %B = and i399 %A, %C1
163 %R = or i399 %D, %B
164 ret i399 %R
205 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
207 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
214 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
215 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
218 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstSimplify/
H A Dor.ll149 define i399 @test4_apint(i399 %V, i399 %M) {
160 %A = add i399 %V, %N
161 %B = and i399 %A, %C1
163 %R = or i399 %D, %B
164 ret i399 %R
205 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
207 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
214 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
215 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
218 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstSimplify/
H A Dor.ll149 define i399 @test4_apint(i399 %V, i399 %M) {
160 %A = add i399 %V, %N
161 %B = and i399 %A, %C1
163 %R = or i399 %D, %B
164 ret i399 %R
205 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
207 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
214 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
215 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
218 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dapint-or.ll40 define i399 @test5(i399 %V, i399 %M) {
44 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
45 %N = and i399 %M, 18446742974197923840
46 %A = add i399 %V, %N
47 %B = and i399 %A, %C1
48 %D = and i399 %V, 274877906943
49 %R = or i399 %B, %D
50 ret i399 %R
52 ; CHECK-NEXT: %N = and i399 %M, 18446742974197923840
53 ; CHECK-NEXT: %A = add i399 %N, %V
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstSimplify/
H A Dor.ll176 define i399 @test4_apint(i399 %V, i399 %M) {
184 %A = add i399 %V, %N
185 %B = and i399 %A, %C1
187 %R = or i399 %D, %B
188 ret i399 %R
232 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
234 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
238 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
239 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
242 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstSimplify/
H A Dor.ll176 define i399 @test4_apint(i399 %V, i399 %M) {
184 %A = add i399 %V, %N
185 %B = and i399 %A, %C1
187 %R = or i399 %D, %B
188 ret i399 %R
232 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
234 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
238 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
239 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
242 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstSimplify/
H A Dor.ll176 define i399 @test4_apint(i399 %V, i399 %M) {
184 %A = add i399 %V, %N
185 %B = and i399 %A, %C1
187 %R = or i399 %D, %B
188 ret i399 %R
232 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
234 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
238 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
239 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
242 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstSimplify/
H A Dor.ll176 define i399 @test4_apint(i399 %V, i399 %M) {
184 %A = add i399 %V, %N
185 %B = and i399 %A, %C1
187 %R = or i399 %D, %B
188 ret i399 %R
232 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
234 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
238 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
239 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
242 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstSimplify/
H A Dor.ll176 define i399 @test4_apint(i399 %V, i399 %M) {
184 %A = add i399 %V, %N
185 %B = and i399 %A, %C1
187 %R = or i399 %D, %B
188 ret i399 %R
232 define <2 x i399> @test8_apint(<2 x i399> %V, <2 x i399> %M) {
234 ; CHECK-NEXT: [[N:%.*]] = and <2 x i399> [[M:%.*]], <i399 18446742974197923840, i399 18446742974…
238 …%C1 = xor <2 x i399> <i399 274877906943, i399 274877906943>, <i399 -1, i399 -1> ;; C2 = 2748779069…
239 %N = and <2 x i399> %M, <i399 18446742974197923840, i399 18446742974197923840>
242 %D = and <2 x i399> %V, <i399 274877906943, i399 274877906943>
[all …]

1234567