/external/llvm/test/Transforms/SimplifyCFG/ |
multiple-phis.ll | 18 %cmp = icmp ult i32 %low.0, %high.addr.0 27 %cmp1 = icmp ult i32 %k, %0
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
opcodes.txt | 80 ult
|
/external/llvm/test/Bitcode/ |
miscInstructions.3.2.ll | 21 ; CHECK-NEXT: %res5 = icmp ult i32 %x1, %x2
22 %res5 = icmp ult i32 %x1, %x2
63 ; CHECK-NEXT: %res5 = fcmp ult float %x1, %x2
64 %res5 = fcmp ult float %x1, %x2
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-2012-01-11-ComparisonDAGCrash.ll | 24 %0 = icmp ult i32 undef, 3
|
/external/llvm/test/CodeGen/ARM/ |
2011-04-11-MachineLICMBug.ll | 13 %cmp = icmp ult i32 %0, %size
|
2012-08-13-bfi.ll | 12 %3 = icmp ult i8 %1, 10
|
/external/llvm/test/CodeGen/MSP430/ |
2009-05-10-CyclicDAG.ll | 11 %cmp = icmp ult i16 %tmp, 42 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/Mips/ |
setcc-se.ll | 97 %cmp = icmp ult i32 %a, 32767 113 %cmp = icmp ult i32 %a, 32768 130 %cmp = icmp ult i32 %a, -32768 146 %cmp = icmp ult i32 %a, -32769
|
setult.ll | 15 %cmp = icmp ult i32 %0, %1
|
/external/llvm/test/CodeGen/PowerPC/ |
bv-pres-v8i1.ll | 30 %Cmp61 = icmp ult i32 477567, undef
|
/external/llvm/test/CodeGen/SystemZ/ |
branch-08.ll | 18 %cmp = icmp ult i32 %a, %b
|
/external/llvm/test/CodeGen/X86/ |
2008-11-29-ULT-Sign.ll | 7 %cmp = icmp ult i32 %x, -2147483648 ; <i1> [#uses=1]
|
2010-02-04-SchedulerBug.ll | 12 %3 = icmp ult i64 %2, %max ; <i1> [#uses=1]
|
atom-cmpb.ll | 20 %cmp34 = icmp ult i8 %ld2, %ld1
|
cse-add-with-overflow.ll | 20 %tmp13 = icmp ult i64 %tmp12, -281474976710656
|
fast-isel-cmp-branch.ll | 19 %t = icmp ult i32 %q, %r
|
twoaddr-sink-terminator.ll | 35 %tmp15 = icmp ult i32 %tmp14, 2
|
unreachable-loop-sinking.ll | 28 %tmp2 = icmp ult i32 undef, 10 ; <i1> [#uses=1]
|
vec_setcc-2.ll | 31 %cmp.i.i = icmp ult <8 x i16> %0, <i16 26, i16 26, i16 26, i16 26, i16 26, i16 26, i16 26, i16 26> 60 %cmp.i.i = icmp ult <8 x i16> %0, <i16 0, i16 26, i16 26, i16 26, i16 26, i16 26, i16 26, i16 26> 81 %icmp = icmp ult <16 x i8> %a, <i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11, i8 11> 93 %icmp = icmp ult <8 x i16> %a, %b
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 24 %test5 = icmp ult i8 %ubyte1, %ubyte2 ; <i1> [#uses=0] 30 %test11 = icmp ult i16 %ushort1, %ushort2 ; <i1> [#uses=0] 36 %test17 = icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0] 42 %test23 = icmp ult i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-setcond-int.ll | 24 %test5 = icmp ult <5 x i8> %ubyte1, %ubyte2 30 %test11 = icmp ult <4 x i16> %ushort1, %ushort2 36 %test17 = icmp ult <3 x i32> %uint1, %uint2 42 %test23 = icmp ult <2 x i64> %ulong1, %ulong2
|
test-setcond-int.ll | 24 %test5 = icmp ult i8 %ubyte1, %ubyte2 ; <i1> [#uses=0] 30 %test11 = icmp ult i16 %ushort1, %ushort2 ; <i1> [#uses=0] 36 %test17 = icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0] 42 %test23 = icmp ult i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/Instrumentation/BoundsChecking/ |
phi.ll | 41 ; CHECK-NEXT: icmp ult i64 10, %0 42 ; CHECK-NEXT: icmp ult i64 {{.*}}, 1 94 ; CHECK-NEXT: icmp ult i16 10, %0 95 ; CHECK-NEXT: icmp ult i16 {{.*}}, 1
|
/external/llvm/test/Transforms/ConstProp/ |
2002-09-03-SetCC-Bools.ll | 9 %C = icmp ult i1 false, true ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2007-11-23-BitcastCrash.ll | 18 icmp ult i32 %ebp95, 64 ; <i1>:25 [#uses=1]
|