HomeSort by relevance Sort by last modified time
    Searched full:tobool (Results 26 - 50 of 263) sorted by null

12 3 4 5 6 7 8 91011

  /external/llvm/test/CodeGen/PowerPC/
2008-03-17-RegScavengerCrash.ll 11 %toBool = icmp eq i32 %wide, 0 ; <i1> [#uses=2]
12 %iftmp.87.0 = select i1 %toBool, i32 %tmp61, i32 0 ; <i32> [#uses=2]
20 br i1 %toBool, label %bb103, label %bb94
early-ret.ll 7 %tobool = icmp eq i32* %P, null
8 br i1 %tobool, label %if.end, label %if.then
24 %tobool = icmp eq i32* %P, null
25 br i1 %tobool, label %if.else, label %if.then
rlwimi-and.ll 21 %not.tobool.i.i.i = icmp eq i8 %1, 0
22 %2 = select i1 %not.tobool.i.i.i, i16 0, i16 256
25 %not.tobool.i.1.i.i = icmp eq i8 %4, 0
26 %rvml38.sroa.1.1.insert.ext = select i1 %not.tobool.i.1.i.i, i16 0, i16 1
ctrloop-large-ec.ll 12 %tobool = icmp eq i64 %inc, 0
13 br i1 %tobool, label %for.end, label %for.body
  /external/llvm/test/CodeGen/Hexagon/
cext-check.ll 11 %tobool = icmp ne i32 %0, 0
12 br i1 %tobool, label %if.then, label %if.end
37 %tobool = icmp ne i8* %a, null
38 br i1 %tobool, label %if.then, label %if.end
newvaluejump.ll 16 %tobool = icmp ne i32 %1, 0
17 br i1 %tobool, label %if.then, label %if.else
newvaluejump2.ll 14 %tobool = icmp sle i32 %conv0, %conv1
15 br i1 %tobool, label %if.then, label %if.else
  /external/llvm/test/Transforms/InstCombine/
zext-or-icmp.ll 27 %toBool = icmp eq i8 %tmp26.mask, 0 ; <i1> [#uses=1]
28 %toBool.not = xor i1 %toBool, true ; <i1> [#uses=1]
30 %bothcond = or i1 %toBool.not, %toBool33 ; <i1> [#uses=1]
2007-10-31-StringCrash.ll 13 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
14 br i1 %toBool, label %cond_true, label %return
pr8547.ll 20 %tobool = icmp eq i32 %conv2, 0
21 br i1 %tobool, label %for.cond, label %codeRepl2
  /external/llvm/test/Analysis/ScalarEvolution/
2012-05-18-LoopPredRecurse.ll 18 %tobool = icmp eq i8 %storemerge, 0
19 br i1 %tobool, label %for.end, label %for.body
  /external/llvm/test/CodeGen/Generic/
undef-phi.ll 18 %tobool = icmp eq %struct.xx_stack* %0, null
19 br i1 %tobool, label %for.end, label %for.body
  /external/llvm/test/CodeGen/MSP430/
2009-08-25-DynamicStackAlloc.ll 20 %tobool = icmp eq i16 %call, 0 ; <i1> [#uses=1]
21 br i1 %tobool, label %while.end, label %while.cond
  /external/llvm/test/CodeGen/Mips/
longbranch.ll 19 %tobool = icmp eq i32 %s, 0
20 br i1 %tobool, label %if.end, label %if.then
  /external/llvm/test/CodeGen/X86/
2009-04-25-CoalescerBug.ll 14 %tobool = icmp ne i32 %bf.lo.cleared25, 0 ; <i1> [#uses=1]
15 br i1 %tobool, label %while.cond, label %while.end
2010-05-07-ldconvert.ll 13 %tobool = icmp ne i32 %tmp1, 0 ; <i1> [#uses=1]
14 br i1 %tobool, label %if.then, label %if.end
fast-isel-i1.ll 31 %tobool = trunc i8 %tmp to i1
32 %tobool2 = xor i1 %tobool, true
phielim-split.ll 23 %tobool = icmp eq i8 %0, 0
24 br i1 %tobool, label %for.cond, label %if.end2
pr12889.ll 10 %tobool = icmp ne i8 %0, 0
11 %conv = zext i1 %tobool to i8
reghinting.ll 21 %tobool = icmp eq i32 %call, 0
22 br i1 %tobool, label %return, label %if.end
shift-parts.ll 17 %tobool = icmp eq i32 %call3.in, 0 ; <i1> [#uses=1]
18 br i1 %tobool, label %for.cond, label %if.then
  /external/llvm/test/ExecutionEngine/MCJIT/
test-common-symbols-alignment.ll 18 %tobool = icmp ne i32 %and, 0
19 br i1 %tobool, label %if.then, label %if.else
  /external/llvm/test/MC/Mips/
higher_highest.ll 20 %tobool = icmp eq i32 %s, 0
21 br i1 %tobool, label %if.end, label %if.then
  /external/llvm/test/Other/
2007-09-10-PassManager.ll 22 %toBool = icmp ne i8 %tmp56, 0 ; <i1> [#uses=1]
23 br i1 %toBool, label %bb, label %bb7
  /external/llvm/test/Transforms/GVN/
phi-translate.ll 17 %tobool = icmp eq i32 %z, 0
18 br i1 %tobool, label %end, label %then

Completed in 262 milliseconds

12 3 4 5 6 7 8 91011