/external/llvm/test/Transforms/InstCombine/ |
pr12251.ll | 7 %tobool = icmp ne i8 %b, 0 8 ret i1 %tobool 12 ; CHECK-NEXT: %tobool = icmp ne i8 %a, 0 13 ; CHECK-NEXT: ret i1 %tobool
|
2008-07-08-ShiftOneAndOne.ll | 8 %toBool = icmp eq i32 %tmp237, 0 ; <i1> [#uses=1] 9 ret i1 %toBool
|
2008-06-19-UncondLoad.ll | 11 %tobool = icmp ne i32 %add, 0 13 %cond = select i1 %tobool, i32* %b, i32* %a
|
bit-checks.ll | 4 ; RUN: not grep "tobool" 9 %tobool = icmp ne i32 %and, 0 ; <i1> [#uses=1] 12 %or.cond = and i1 %tobool, %tobool3 ; <i1> [#uses=1] 20 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1] 23 %or.cond = or i1 %tobool, %tobool3 ; <i1> [#uses=1] 36 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1] 39 %and.cond = and i1 %tobool, %tobool3 ; <i1> [#uses=1] 47 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1] 50 %and.cond = and i1 %tobool, %tobool3 ; <i1> [#uses=1] 59 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1 [all...] |
select-cmp-cttz-ctlz.ll | 13 %tobool = icmp ne i16 %x, 0 14 %cond = select i1 %tobool, i16 %0, i16 16 24 %tobool = icmp ne i32 %x, 0 25 %cond = select i1 %tobool, i32 %0, i32 32 35 %tobool = icmp ne i64 %x, 0 36 %cond = select i1 %tobool, i64 %0, i64 64 46 %tobool = icmp eq i16 %x, 0 47 %cond = select i1 %tobool, i16 16, i16 %0 57 %tobool = icmp eq i32 %x, 0 58 %cond = select i1 %tobool, i32 32, i32 % [all...] |
/external/llvm/test/CodeGen/X86/ |
btq.ll | 7 %tobool = icmp eq i64 %and, 0 8 br i1 %tobool, label %if.end, label %if.then 23 %tobool = icmp eq i64 %and, 0 24 br i1 %tobool, label %if.end, label %if.then
|
no-cmov.ll | 4 %tobool = icmp eq i32 %g, 0 6 %retval.0 = select i1 %tobool, i32 1, i32 %cmp
|
lzcnt-tzcnt.ll | 11 %tobool = icmp eq i16 %v, 0 12 %cond = select i1 %tobool, i16 16, i16 %cnt 22 %tobool = icmp eq i32 %v, 0 23 %cond = select i1 %tobool, i32 32, i32 %cnt 33 %tobool = icmp eq i64 %v, 0 34 %cond = select i1 %tobool, i64 64, i64 %cnt 44 %tobool = icmp eq i16 0, %v 45 %cond = select i1 %tobool, i16 16, i16 %cnt 55 %tobool = icmp eq i32 0, %v 56 %cond = select i1 %tobool, i32 32, i32 %cn [all...] |
pr12360.ll | 10 %tobool = trunc i8 %0 to i1 11 ret i1 %tobool 21 %tobool = icmp ne i8 %0, 0 22 ret i1 %tobool 33 %tobool = icmp ne i1 %x, 0 34 ret i1 %tobool
|
bit-test-shift.ll | 10 %tobool = icmp eq i32 %and, 0 11 %retval.0 = select i1 %tobool, i32 0, i32 -26
|
/external/llvm/test/CodeGen/Mips/ |
constantfp0.ll | 8 %tobool = fcmp une double %d, 0.000000e+00 9 %. = zext i1 %tobool to i32
|
/external/llvm/test/CodeGen/PowerPC/ |
selectiondag-extload-computeknownbits.ll | 8 %tobool = icmp eq i8 %val, 0 9 ret i1 %tobool
|
ppc64-32bit-addic.ll | 10 %not.tobool = icmp ne i32 %call, 0 11 %. = zext i1 %not.tobool to i32 18 %not.tobool = icmp eq i32 %call, -1 19 %. = zext i1 %not.tobool to i32 26 %not.tobool = icmp ne i32 %call, -1 27 %. = zext i1 %not.tobool to i32
|
p8-isel-sched.ll | 8 %tobool = icmp ne i32 %a, 0 9 %cond = select i1 %tobool, i32 %b, i32 %c 11 %cond5 = select i1 %tobool, i32 %b, i32 %d 15 %cond10 = select i1 %tobool, i32 %add, i32 %sub 19 %cond17 = select i1 %tobool, i32 %add13, i32 %sub15
|
/external/llvm/test/CodeGen/ARM/ |
2012-08-30-select.ll | 11 %tobool = icmp eq i32 %and, 0 12 %ret = select i1 %tobool, <16 x i8> %vec, <16 x i8> zeroinitializer
|
/external/llvm/test/CodeGen/Generic/ |
pr12507.ll | 9 %tobool.i = icmp eq i32 %conv.i, 0 10 br i1 %tobool.i, label %if.then.i, label %fn1.exit
|
2009-04-28-i128-cmp-crash.ll | 10 %tobool = icmp ne i128 %and49, 0 ; <i1> [#uses=1] 11 br i1 %tobool, label %if.then50, label %if.end61 24 %tobool = icmp ne i320 %and49, 0 ; <i1> [#uses=1] 25 br i1 %tobool, label %if.then50, label %if.end61
|
/external/llvm/test/Transforms/TailCallElim/ |
notail.ll | 8 %tobool = icmp eq i32 %a, 0 9 br i1 %tobool, label %if.else, label %if.then
|
/external/llvm/test/CodeGen/SPARC/ |
64cond.ll | 9 %tobool = icmp eq i64 %x, 1 10 br i1 %tobool, label %if.end, label %if.then 25 %tobool = icmp ugt i64 %x, %y 26 br i1 %tobool, label %if.end, label %if.then 42 %tobool = icmp sgt i64 %x, %y 43 %rv = select i1 %tobool, i32 %a, i32 %b 53 %tobool = icmp sgt i64 %x, %y 54 %rv = select i1 %tobool, i64 %a, i64 %b 64 %tobool = icmp sgt i32 %x, %y 65 %rv = select i1 %tobool, i64 %a, i64 % [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-early-ifcvt.ll | 32 %tobool = icmp eq i32 %dec, 0 33 br i1 %tobool, label %do.end, label %do.body 46 %tobool = icmp eq i32 %c, 1 48 br i1 %tobool, label %eq_bb, label %done 64 %tobool = icmp eq i64 %c, 1 66 br i1 %tobool, label %eq_bb, label %done 82 %tobool = icmp eq i32 %c, 1 84 br i1 %tobool, label %eq_bb, label %done 100 %tobool = icmp eq i64 %c, 1 102 br i1 %tobool, label %eq_bb, label %don [all...] |
arm64-2011-04-21-CPSRBug.ll | 12 %tobool = trunc i8 %tmp4 to i1 13 br i1 %tobool, label %land.lhs.true, label %if.end
|
regress-fp128-livein.ll | 6 %tobool = icmp ne i64 %a, 0 7 %conv = zext i1 %tobool to i32
|
/external/llvm/test/Transforms/SimplifyCFG/ |
no_speculative_loads_with_asan.ll | 7 %tobool = icmp eq i32 %cond, 0 8 br i1 %tobool, label %return, label %if.then 25 %tobool = icmp eq i32 %cond, 0 26 br i1 %tobool, label %return, label %if.then
|
no_speculative_loads_with_tsan.ll | 7 %tobool = icmp eq i32 %cond, 0 8 br i1 %tobool, label %return, label %if.then 25 %tobool = icmp eq i32 %cond, 0 26 br i1 %tobool, label %return, label %if.then
|
/external/llvm/test/Transforms/LoopIdiom/ |
ctpop-multiple-users-crash.ll | 10 ; CHECK: %tobool.5 = icmp ne i32 %num, 0 11 ; CHECK: store i1 %tobool.5, i1* %ptr 15 %tobool.5 = icmp ne i32 %num, 0 16 store i1 %tobool.5, i1* %ptr 17 br i1 %tobool.5, label %for.body.lr.ph, label %for.end 28 %tobool = icmp ne i32 %and, 0 29 br i1 %tobool, label %for.body, label %for.end
|