/external/llvm/test/CodeGen/X86/ |
tailcallfp2.ll | 7 %tmp1 = icmp sgt i32 %x, 0
|
vec_compare-sse4.ll | 16 %C = icmp sgt <2 x i64> %A, %B
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2005-12-02-TailCallBug.ll | 12 %tmp1 = icmp sgt i32 %x, 0 ; <i1> [#uses=1]
|
test-setcond-int.ll | 46 %test27 = icmp sgt i8 %sbyte1, %sbyte2 ; <i1> [#uses=0] 52 %test33 = icmp sgt i16 %short1, %short2 ; <i1> [#uses=0] 58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0] 64 %test45 = icmp sgt i64 %long1, %long2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
2005-12-02-TailCallBug.ll | 12 %tmp1 = icmp sgt i32 %x, 0 ; <i1> [#uses=1]
|
test-setcond-int.ll | 46 %test27 = icmp sgt i8 %sbyte1, %sbyte2 ; <i1> [#uses=0] 52 %test33 = icmp sgt i16 %short1, %short2 ; <i1> [#uses=0] 58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0] 64 %test45 = icmp sgt i64 %long1, %long2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-setcond-int.ll | 46 %test27 = icmp sgt <5 x i8> %sbyte1, %sbyte2 52 %test33 = icmp sgt <4 x i16> %short1, %short2 58 %test39 = icmp sgt <3 x i32> %int1, %int2 64 %test45 = icmp sgt <2 x i64> %long1, %long2
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
basic.ll | 64 ; CHECK: icmp sgt i32 %0, 2 65 %.demorgan = icmp sgt i32 %0, 2 139 %cmp = icmp sgt i32 %s, 0 162 %cmp = icmp sgt i32 %s, 0
|
/external/llvm/test/Transforms/IRCE/ |
bug-loop-varying-upper-limit.ll | 7 %first.itr.check = icmp sgt i32 %n, 0
|
low-becount.ll | 8 %first.itr.check = icmp sgt i32 %n, 0
|
single-access-no-preloop.ll | 6 %first.itr.check = icmp sgt i32 %n, 0 61 %first.itr.check = icmp sgt i32 %n, 0 89 ; CHECK: [[not_exit_main_loop_at_hiclamp_cmp:[^ ]+]] = icmp sgt i32 [[not_n]], [[not_safe_range_end]] 92 ; CHECK: [[exit_main_loop_at_loclamp_cmp:[^ ]+]] = icmp sgt i32 [[exit_main_loop_at_hiclamp]], 0
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2006-06-16-Indvar-LCSSA-Crash.ll | 15 %tmp.565 = icmp sgt i32 %inc.28, 3 ; <i1> [#uses=1]
|
backedge-on-min-max.ll | 44 %in.bounds = icmp sgt i32 %a_len, %idx 100 %in.bounds = icmp sgt i32 42, %idx 120 %smax.cmp = icmp sgt i32 %a_len, %n 122 %entry.cond = icmp sgt i32 0, %smax 128 %in.bounds = icmp sgt i32 %idx, %a_len 138 %be.cond = icmp sgt i32 %idx.inc, %smax 148 %smax.cmp = icmp sgt i32 %a_len, %n 150 %entry.cond = icmp sgt i32 0, %smax 166 %be.cond = icmp sgt i32 %idx.inc, %smax 176 %smax.cmp = icmp sgt i32 42, % [all...] |
loop_evaluate_2.ll | 7 icmp sgt i32 %x, 0 ; <i1>:0 [#uses=1]
|
masked-iv.ll | 10 %t0 = icmp sgt i64 %n, 0 ; <i1> [#uses=1]
|
pr25421.ll | 13 %ec = icmp sgt i32 %x, 0
|
promote-iv-to-eliminate-casts.ll | 9 %t0 = icmp sgt i32 %count, 0 ; <i1> [#uses=1] 41 %t0 = icmp sgt i16 %N, 0 ; <i1> [#uses=1] 79 %0 = icmp sgt i8 %tmp7, 10 ; <i1> [#uses=1] 97 %0 = icmp sgt i8 %tmp7, 30 ; <i1> [#uses=1]
|
signed-trip-count.ll | 11 %tmp102 = icmp sgt i32 %n, 0 ; <i1> [#uses=1]
|
single-element-range.ll | 13 %2 = icmp sgt i8* %0, inttoptr (i32 1 to i8*) ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/Inline/ |
ephemeral.ll | 18 %ca = icmp sgt i32 %a6, -7
|
/external/llvm/test/Transforms/InstCombine/ |
2006-12-15-Range-Test.ll | 27 %tmp21 = icmp sgt i32 %tmp16, 31 ; <i1> [#uses=1]
|
sdiv-2.ll | 13 %2 = icmp sgt i128 %v.0, %1 ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
ephemeral.ll | 30 %4 = icmp sgt i32 %3, -1
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
no-vector.ll | 5 %cmp4 = icmp sgt i32 %len, 0
|
/external/llvm/test/Transforms/SCCP/ |
apint-basictest4.ll | 11 %C = icmp sgt i133 %B, 0
|