/external/llvm/test/CodeGen/ARM/ |
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 | 17 %cmp = icmp ult i32 %a, %b
|
int-cmp-10.ll | 25 %cond = icmp ult i32 %i1, 4294967280
|
/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]
|
cmp.ll | 60 %tmp5 = fcmp ult double %A, 7.500000e+01; <i1> [#uses=1] 100 %lnot = icmp ult i64 %res, 4294967296 111 %lnot = icmp ult i64 %res, 12884901888 122 %lnot = icmp ult i64 %res, 8589934592
|
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]
|
/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/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]
|
lftr-reuse.ll | 16 %cmp1 = icmp ult i8* %base, %add.ptr 34 %cmp = icmp ult i8* %incdec.ptr, %add.ptr 166 %cmp.ph = icmp ult i32 %x, %lim 182 %cmp = icmp ult i32 %inc, %lim 214 %cmp.ph = icmp ult i8* %ivstart, %ivend 228 %cmp = icmp ult i8* %incdec.ptr, %ivend
|
/external/llvm/test/Transforms/InstCombine/ |
isascii-1.ll | 28 ; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp ult i32 %x, 128
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
ivchain-stress-X86.ll | 46 %cmp = icmp ult i32 %add5, %len 64 %cmp.1 = icmp ult i32 %add5.1, %len 79 %cmp.2 = icmp ult i32 %add5.2, %len 94 %cmp.3 = icmp ult i32 %add5.3, %len
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
opcodes.txt | 80 ult
|
/frameworks/base/core/res/res/raw-fr/ |
nodomain.html | 19 <li>rechargez cette page Web ultérieurement ;</li>
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch_create.ll | 145 ; CHECK: %switch = icmp ult i32 %tmp.2.i.off, 6 150 %cmp = icmp ult i32 %x, 32 165 ; CHECK: %cmp = icmp ult i32 %x, 32 178 %cmp = icmp ult i32 %x, 32 205 %cmp = icmp ult i8 %c, 33 250 ; CHECK: %cmp = icmp ult i8 %c, 33 350 ; test13 - handle switch formation with ult. 353 %cmp = icmp ult i32 %x, 2 384 ; test14 - handle switch formation with ult. 445 ; CHECK: %switch = icmp ult i32 %x.off, [all...] |
/external/clang/test/CodeGenCXX/ |
catch-undef-behavior.cpp | 230 // CHECK: %[[K1_OK:.*]] = icmp ult i64 %{{.*}}, 4 240 // CHECK: %[[K2_OK:.*]] = icmp ult i64 %{{.*}}, 8 245 // CHECK: %[[K3_OK:.*]] = icmp ult i64 %{{.*}}, 4 257 // CHECK: %[[IDX2_OK:.*]] = icmp ult i64 %{{.*}}, 6 261 // CHECK: %[[IDX1_OK:.*]] = icmp ult i64 %{{.*}}, 4 288 // CHECK: %[[IDX_OK:.*]] = icmp ult i64 %{{.*}}, 5 310 // CHECK: %[[IDX_OK:.*]] = icmp ult i64 %{{.*}}, 4 318 // CHECK: %[[IDX_OK:.*]] = icmp ult i64 %{{.*}}, 6
|