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

1 2 3 45 6 7 8 91011

  /external/llvm/test/CodeGen/ARM/
2007-05-09-tailmerge-2.ll 20 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
21 br i1 %toBool, label %cond_true, label %cond_false
2007-05-22-tailmerge-3.ll 22 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
23 br i1 %toBool, label %cond_true, label %cond_false
2011-03-15-LdStMultipleBug.ll 27 %tobool.i14 = icmp eq i32 %mul, 0
28 br i1 %tobool.i14, label %_Z14printIsNotZeroi.exit17, label %if.then.i16
select-imm.ll 111 %tobool = icmp ne i32 %a, 0
112 %lnot.ext = zext i1 %tobool to i32
  /external/llvm/test/CodeGen/PowerPC/
2007-05-22-tailmerge-3.ll 21 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
22 br i1 %toBool, label %cond_true, label %cond_false
sjlj.ll 42 %tobool = icmp ne i32 %2, 0
43 br i1 %tobool, label %if.then, label %if.else
114 %tobool = icmp ne i32 %2, 0
115 br i1 %tobool, label %if.then, label %if.else
  /external/llvm/test/CodeGen/X86/
2011-04-13-SchedCmpJmp.ll 22 %tobool.i.i.i = icmp ugt i8* undef, inttoptr (i64 281474976710655 to i8*)
23 %or.cond.i = and i1 %tobool.i.i.i, undef
2012-02-29-CoalescerBug.ll 26 %tobool = icmp eq i32 %f.1.0, 0
27 br i1 %tobool, label %for.end, label %for.body
MachineSink-CritEdge.ll 51 %tobool = icmp eq i32 %and, 0
52 br i1 %tobool, label %if.end, label %do.body
shrink-compare.ll 57 %tobool = icmp ne i32 %b, 0
58 br i1 %tobool, label %lor.end, label %lor.rhs
  /external/llvm/test/ExecutionEngine/
2008-06-05-APInt-OverAShr.ll 37 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
38 br i1 %toBool, label %cond_true, label %cond_false
  /external/llvm/test/ExecutionEngine/MCJIT/
2008-06-05-APInt-OverAShr.ll 37 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
38 br i1 %toBool, label %cond_true, label %cond_false
  /external/llvm/test/Transforms/IndVarSimplify/
sink-alloca.ll 17 %tobool = icmp eq i32 %call, 0 ; <i1> [#uses=1]
18 br i1 %tobool, label %while.end, label %while.cond
  /external/llvm/test/Transforms/InstCombine/
2007-10-28-stacksave.ll 33 %toBool = icmp ne i8 %tmp2728, 0 ; <i1> [#uses=1]
34 br i1 %toBool, label %cleanup31, label %cond_next
2012-05-27-Negative-Shift-Crash.ll 38 %tobool = icmp eq i32 %0, 0
39 br i1 %tobool, label %if.else, label %if.then
malloc-free-delete.ll 103 ; CHECK: %tobool = icmp eq i8* %foo, null
106 ; CHECK-NEXT: br i1 %tobool, label %if.end, label %if.then
113 %tobool = icmp eq i8* %foo, null
114 br i1 %tobool, label %if.end, label %if.then
  /external/llvm/test/Transforms/LICM/
2007-05-22-VolatileSink.ll 23 %toBool = icmp ne i8 %tmp89, 0 ; <i1> [#uses=1]
24 br i1 %toBool, label %bb, label %bb30
  /external/llvm/test/Transforms/LoopUnroll/
2011-08-09-IVSimplify.ll 36 %tobool = icmp eq i32 %dec, 0
37 br i1 %tobool, label %while.end, label %while.body
  /external/llvm/test/Transforms/LoopUnswitch/
2011-09-26-EHCrash.ll 20 %tobool = icmp ne i32 %doit, 0
21 br i1 %tobool, label %for.inc, label %if.then
  /external/llvm/test/Transforms/LoopVectorize/
12-12-11-if-conv.ll 19 %tobool = icmp eq i32 %0, 0
20 br i1 %tobool, label %if.end, label %if.then
if-conv-crash.ll 54 %tobool = icmp eq i32 %inc, 0
55 br i1 %tobool, label %for.cond.for.end5, label %for.cond1.preheader
  /external/llvm/test/Transforms/SimplifyCFG/
branch-fold.ll 57 %tobool = icmp eq i8 %p, 0
58 br i1 %tobool, label %cond.false, label %cond.true
volatile-phioper.ll 21 %tobool = icmp eq i32 %call, 0
22 br i1 %tobool, label %while.body, label %if.then
  /external/llvm/test/CodeGen/Mips/
brdelayslot.ll 58 %tobool = icmp eq i32 %a, 0
59 br i1 %tobool, label %if.else, label %if.then
167 %tobool = icmp eq i32 %a, 0
168 br i1 %tobool, label %if.end, label %if.then
cmov.ll 16 %tobool = icmp ne i32 %s, 0
18 %cond = select i1 %tobool, i32* getelementptr inbounds ([3 x i32]* @i1, i32 0, i32 0), i32* %tmp1
35 %tobool = icmp ne i32 %s, 0
38 %cond = select i1 %tobool, i32 %tmp1, i32 %tmp2

Completed in 364 milliseconds

1 2 3 45 6 7 8 91011