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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
select-imm.ll 115 %tobool = icmp ne i32 %a, 0
116 %lnot.ext = zext i1 %tobool to i32
  /external/llvm/test/CodeGen/PowerPC/
pr20442.ll 58 %tobool = icmp eq i32 %4, 0
60 br i1 %tobool, label %while.cond, label %if.then6
subsumes-pred-regs.ll 31 %tobool.i.i36 = icmp eq i8 undef, 0
32 br i1 %tobool.i.i36, label %return, label %if.then9.i39
  /external/llvm/test/CodeGen/X86/
2008-09-09-LinearScanBug.ll 48 %tobool.i = xor i1 %cmp, true ; <i1> [#uses=1]
49 %or.cond.i = or i1 false, %tobool.i ; <i1> [#uses=1]
2009-10-19-atomic-cmp-eflags.ll 22 %tobool.i = icmp ne i32 %call.i, 0 ; <i1> [#uses=1]
23 br i1 %tobool.i, label %if.then.i, label %if.end.i
2009-11-17-UpdateTerminator.ll 35 %toBool = icmp eq i8 0, 0 ; <i1> [#uses=1]
36 %or.cond = and i1 undef, %toBool ; <i1> [#uses=1]
avx-cmp.ll 34 %tobool = fcmp une double undef, 0.000000e+00
35 br i1 %tobool, label %if.then, label %for.cond30
avx-vzeroupper.ll 64 %tobool = icmp eq i32 %call, 0
65 br i1 %tobool, label %for.body, label %while.cond
fold-tied-op.ll 30 %tobool = icmp eq i32 %2, 0
31 br i1 %tobool, label %if.else, label %if.then
i386-shrink-wrapping.ll 77 %tobool = icmp eq i32 %tmp, 0
78 br i1 %tobool, label %for.cond.preheader, label %if.then
misched-new.ll 43 %tobool = icmp ne i32 %b, 0
44 br i1 %tobool, label %if.then, label %if.end
phielim-split.ll 23 %tobool = icmp eq i8 %0, 0
24 br i1 %tobool, label %for.cond, label %if.end2
rdrand.ll 76 %tobool = icmp eq i32 %dec, 0
77 br i1 %tobool, label %while.end, label %while.body
unwindraise.ll 54 %tobool = icmp eq i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)* %4, null
55 br i1 %tobool, label %if.end13, label %if.then4
85 %tobool.i.i.i = icmp eq i64 %and.i.i.i.i, 0
86 br i1 %tobool.i.i.i, label %if.end.i.i.i, label %land.lhs.true.i.i.i
142 %tobool.i = icmp eq i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)* %21, null
143 br i1 %tobool.i, label %if.end12.i, label %if.then3.i
181 %tobool.i.i.i32 = icmp eq i64 %and.i.i.i.i31, 0
182 br i1 %tobool.i.i.i32, label %if.end.i.i.i39, label %land.lhs.true.i.i.i36
  /external/llvm/test/DebugInfo/Mips/
delay-slot.ll 32 %tobool = icmp ne i32 %x, 0, !dbg !14
33 br i1 %tobool, label %if.then, label %if.end, !dbg !14
  /external/llvm/test/DebugInfo/X86/
inline-seldag-test.ll 35 %tobool.i = icmp ne i32 %1, 0, !dbg !21
36 %cond.i = select i1 %tobool.i, i32 4, i32 7, !dbg !21
inlined-indirect-value.ll 37 %tobool = icmp ne i32 %1, 0, !dbg !28
38 br i1 %tobool, label %select.end, label %select.mid
  /external/llvm/test/Feature/
optnone-opt.ll 24 %tobool = icmp ne i32 %0, 0
25 br i1 %tobool, label %while.body, label %while.end
  /external/llvm/test/Instrumentation/SanitizerCoverage/
coverage2-dbg.ll 31 %tobool = icmp eq i32* %a, null, !dbg !16
32 br i1 %tobool, label %if.end, label %if.then, !dbg !16
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
2010-09-26-MergeConstantRange.ll 54 %tobool = icmp eq i32 undef, 0
55 br i1 %tobool, label %if.else14.us-lcssa, label %if.then
  /external/llvm/test/Transforms/GCOVProfiling/
return-block.ll 23 %tobool = icmp eq i32 %0, 0, !dbg !15
24 br i1 %tobool, label %if.end, label %if.then, !dbg !15
  /external/llvm/test/Transforms/InstCombine/
select-extractelement.ll 80 %tobool = icmp ne i32 %0, 0
81 %a.sink = select i1 %tobool, <4 x float> %a, <4 x float> %b
  /external/llvm/test/Transforms/InstMerge/
ld_hoist_st_sink.ll 74 %tobool = icmp eq %struct.node* %node.0, null
75 br i1 %tobool, label %while.end.loopexit, label %while.body
st_sink_bugfix_22613.ll 51 %tobool = icmp ne i32 %4, 0
52 br i1 %tobool, label %if.then, label %if.end
  /external/llvm/test/Transforms/LoopStrengthReduce/
2012-07-13-ExpandUDiv.ll 27 %tobool.i.i.i = icmp ne i32 %tmp, 0
37 br i1 %tobool.i.i.i, label %codeRepl.split.us, label %codeRepl.codeRepl.split_crit_edge

Completed in 1299 milliseconds

1 2 3 4 5 6 7 8 91011>>