HomeSort by relevance Sort by last modified time
    Searched full:i23 (Results 1 - 21 of 21) sorted by null

  /external/llvm/test/Transforms/InstCombine/
apint-and-xor-merge.ll 16 define i23 @test2(i23 %x, i23 %y, i23 %z) {
17 %tmp3 = and i23 %y, %x
18 %tmp6 = or i23 %y, %x
19 %tmp7 = xor i23 %tmp3, %tmp6
20 ret i23 %tmp7
apint-or1.ll 18 define i23 @test2(i23 %A) {
20 %NotA = xor i23 -1, %A
21 %B = or i23 %A, %NotA
22 ret i23 %B
apint-and1.ll 25 define i23 @test3(i23 %x) {
26 %tmp.0 = and i23 %x, 127
27 %tmp.2 = and i23 %tmp.0, 128
28 ret i23 %tmp.2
apint-xor1.ll 20 define i23 @test3(i23 %x) {
21 %tmp.2 = xor i23 %x, %x
22 ret i23 %tmp.2
apint-shift.ll 91 define i23 @test11(i23 %A) {
92 %a = mul i23 %A, 3 ; <i23> [#uses=1]
93 %B = lshr i23 %a, 11 ; <i23> [#uses=1]
94 %C = shl i23 %B, 12 ; <i23> [#uses=1]
95 ret i23 %C
apint-sub.ll 9 define i23 @test1(i23 %A) {
10 %B = sub i23 %A, %A ; <i23> [#uses=1]
11 ret i23 %B
  /external/clang/test/CodeGen/
2005-01-02-ConstantInits.c 9 static int i23 = (int) &(((struct X *)0)->a[1]); local
10 return i23;
20 static int i23 = (int) &( ((struct X *)0) -> a[0]); local
  /external/llvm/test/Transforms/GlobalOpt/
2008-01-03-Crash.ll 17 br i1 false, label %cond_next21.i.i23.i, label %stack_restore
22 cond_next21.i.i23.i: ; preds = %cond_next20.i
  /external/llvm/test/CodeGen/X86/
2010-02-23-SingleDefPhiJoin.ll 57 br label %bb1.i23
59 bb1.i23: ; preds = %meshBB110, %bb9
130 meshBB106: ; preds = %skip_to_newline.exit26.fragment, %bb1.i23
133 meshBB110: ; preds = %skip_to_newline.exit, %bb1.i23
134 br i1 false, label %bb15, label %bb1.i23
2008-09-09-LinearScanBug.ll 13 %p_86.addr.06.i.i4 = phi i32 [ 0, %entry ], [ %sub.i.i.i23, %forinc6.i.i25 ] ; <i32> [#uses=1]
38 %sub.i.i.i23 = add i32 %conv.i.i.i22, -1 ; <i32> [#uses=2]
39 %phitmp.i.i24 = icmp eq i32 %sub.i.i.i23, 0 ; <i1> [#uses=1]
2008-02-08-LoadFoldingBug.ll 22 %tmp12.i23 = load double* %tmp11.i22, align 8 ; <double> [#uses=4]
26 %tmp1.i.i26 = fcmp oeq double %tmp12.i23, 0.000000e+00 ; <i1> [#uses=1]
30 %tmp7.i.i28 = call double @fabs( double %tmp12.i23 ) nounwind ; <double> [#uses=1]
37 %tmp17.i.i33 = fdiv double %tmp15.i.i32, %tmp12.i23 ; <double> [#uses=3]
46 %tmp32.i.i38 = fsub double -0.000000e+00, %tmp12.i23 ; <double> [#uses=1]
2007-11-30-LoadFolding-Bug.ll 45 %tmp1213.i23.i = sitofp i32 %x.0.i21.i to double ; <double> [#uses=1]
46 %tmp15.i24.i = fsub double 0.000000e+00, %tmp1213.i23.i ; <double> [#uses=1]
2008-02-27-DeadSlotElimBug.ll 40 %tmp20.i23 = fadd double %tmp20.i39, %tmp17.i76 ; <double> [#uses=1]
58 %tmp6.i = fadd double 0.000000e+00, %tmp20.i23 ; <double> [#uses=0]
avx-basic.ll 102 %ptrcast.i23.i = bitcast float* %ptroffset.i22.i992 to i32*
103 %val.i24.i = load i32* %ptrcast.i23.i, align 4
  /external/llvm/test/Transforms/LoopDeletion/
2011-06-21-phioperands.ll 27 br i1 true, label %for.cond.i50.us-lcssa.us, label %if.end.i23.us
29 for.inc.i38.us: ; preds = %if.end.i23.us
32 if.end.i23.us: ; preds = %for.cond.i14.us
35 for.cond.i50.us-lcssa.us: ; preds = %if.end.i23.us, %for.cond.i14.us
42 br i1 undef, label %for.cond.i50.us-lcssa, label %if.end.i23
44 if.end.i23: ; preds = %for.cond.i14
47 for.inc.i38: ; preds = %if.end.i23
50 for.cond.i50.us-lcssa: ; preds = %if.end.i23, %for.cond.i14
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 24 @i23_s = external global i23 ; <i23*> [#uses=1]
369 define void @i23_ls(i23 %x) nounwind {
370 store i23 %x, i23* @i23_s
    [all...]
APIntSextParam.ll 24 @i23_s = external global i23 ; <i23*> [#uses=1]
369 define void @i23_ls(i23 signext %x) nounwind {
370 store i23 %x, i23* @i23_s
    [all...]
APIntZextParam.ll 24 @i23_s = external global i23 ; <i23*> [#uses=1]
369 define void @i23_ls(i23 zeroext %x) nounwind {
370 store i23 %x, i23* @i23_s
    [all...]
APIntLoadStore.ll 46 @i23_l = external global i23 ; <i23*> [#uses=1]
47 @i23_s = external global i23 ; <i23*> [#uses=1]
648 %tmp = load i23* @i23_l ; <i23> [#uses=1]
649 store i23 %tmp, i23* @i23_s
    [all...]
  /external/llvm/test/Transforms/ArgumentPromotion/
pr3085.ll 1099 br label %bb25.i23.i.i
1101 bb.i18.i.i: ; preds = %bb25.i23.i.i
1108 br label %bb25.i23.i.i
1110 bb25.i23.i.i: ; preds = %bb24.i22.i.i, %bb36.i.i
1113 bb26.i24.i.i: ; preds = %bb25.i23.i.i
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-ScavengerAssert.ll 337 %indvar.i3.i23 = phi i32 [ %indvar.next.i1.i21, %bb2.i6.i26 ], [ 0, %StringBeginsWith.exit.i20 ] ; <i32> [#uses=3]
338 %sp.0.i5.i25 = getelementptr [512 x i8]* %buff, i32 0, i32 %indvar.i3.i23 ; <i8*> [#uses=0]
339 %pp.0.i4.i24 = getelementptr [10 x i8]* @.str752839, i32 0, i32 %indvar.i3.i23 ; <i8*> [#uses=1]
341 %indvar.next.i1.i21 = add i32 %indvar.i3.i23, 1 ; <i32> [#uses=1]

Completed in 1460 milliseconds