HomeSort by relevance Sort by last modified time
    Searched full:tobool (Results 51 - 75 of 424) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
2013-10-11-select-stalls.ll 16 %tobool = icmp eq i32 %and, 0
17 %retv = select i1 %tobool, <16 x i8> %vld1, <16 x i8> %vld2
  /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/Hexagon/
newvaluejump.ll 16 %tobool = icmp ne i32 %1, 0
17 br i1 %tobool, label %if.then, label %if.else
newvaluejump2.ll 13 %tobool = icmp sle i32 %0, %1
14 br i1 %tobool, label %if.then, label %if.else
  /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/
disable-tail-merge.ll 11 %tobool = icmp eq i32 %a, 0
13 br i1 %tobool, label %if.else, label %if.then
lazy-binding.ll 18 %tobool = icmp eq i32 %dec, 0
19 br i1 %tobool, label %while.end, label %while.body
zeroreg.ll 27 %tobool = icmp ne i32 %s, 0
29 %cond = select i1 %tobool, i32 0, i32 %0
49 %tobool = icmp ne i32 %s, 0
51 %cond = select i1 %tobool, i32 %0, i32 0
78 %tobool = icmp ne i64 %s, 0
80 %cond = select i1 %tobool, i64 0, i64 %0
105 %tobool = icmp ne i64 %s, 0
107 %cond = select i1 %tobool, i64 %0, i64 0
  /external/llvm/test/CodeGen/PowerPC/
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/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
hoist-common.ll 24 %tobool = icmp eq i32 %c, 0
25 br i1 %tobool, label %return, label %if.then
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 19 %tobool = icmp eq i32 %call3.in, 0 ; <i1> [#uses=1]
20 br i1 %tobool, label %for.cond, label %if.then
vastart-defs-eflags.ll 13 %tobool = icmp eq i32 %and, 0
14 br i1 %tobool, label %if.end, 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/ExecutionEngine/OrcMCJIT/
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/Instrumentation/BoundsChecking/
phi.ll 20 %tobool = icmp eq i8 %1, 0
21 br i1 %tobool, label %while.end, label %while.body
47 %tobool.i = icmp eq i8 %0, 0
48 br i1 %tobool.i, label %fn.exit, label %while.body.i
73 %tobool = icmp eq i8 %1, 0
74 br i1 %tobool, label %while.end, label %while.body
100 %tobool.i = icmp eq i8 %0, 0
101 br i1 %tobool.i, label %fn.exit, label %while.body.i
  /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/IndVarSimplify/
pr18223.ll 12 %tobool = icmp eq i32 %0, 0
13 br i1 %tobool, label %for.body, label %exit
  /external/llvm/test/Transforms/InstCombine/
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/Transforms/LICM/
scalar-promote-memmodel.ll 18 %tobool = icmp eq i32 %b, 0
19 br i1 %tobool, label %for.inc, label %if.then
  /external/llvm/test/Transforms/LoopStrengthReduce/
pr12691.ll 14 %tobool = icmp eq i32 %x, 0
16 br i1 %tobool, label %for.cond, label %for.end

Completed in 250 milliseconds

1 23 4 5 6 7 8 91011>>