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

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/Thumb2/
constant-islands-new-island-padding.ll 34 %tobool = icmp eq i32 %3, 0
35 br i1 %tobool, label %do.end, label %do.body
  /external/llvm/test/CodeGen/X86/
2012-08-17-legalizer-crash.ll 18 %tobool = icmp ugt i576 %srcval2, 57586096570152913699974892898380567793532123114264532903689671329431521032595044740083720782129802971518987656109067457577065805510327036019308994315074097345724415
19 br i1 %tobool, label %if.then, label %if.end
fast-isel-i1.ll 33 %tobool = trunc i8 %xor to i1
34 br i1 %tobool, label %if.then, label %if.end
invalid-shift-immediate.ll 16 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1]
17 br i1 %toBool, label %bb, label %bb5
sext-i1.ll 50 %not.tobool = icmp eq i32 undef, 0 ; <i1> [#uses=2]
51 %cond = sext i1 %not.tobool to i32 ; <i32> [#uses=1]
52 %conv = sext i1 %not.tobool to i64 ; <i64> [#uses=1]
  /external/llvm/test/Instrumentation/SanitizerCoverage/
tracing.ll 9 %tobool = icmp eq i32* %a, null
10 br i1 %tobool, label %if.end, label %if.then
  /external/llvm/test/Transforms/Inline/
inline-fast-math-flags.ll 13 %tobool = fcmp une float %mul, 0.000000e+00
14 br i1 %tobool, label %if.then, label %if.end
  /external/llvm/test/Transforms/InstCombine/
2012-05-28-select-hang.ll 22 %tobool = icmp ne i32 %conv4, 0
23 br i1 %tobool, label %land.rhs, label %land.end
badmalloc.ll 28 %tobool = icmp eq i8* %A, null
30 br i1 %tobool, label %return, label %if.end
  /external/llvm/test/Transforms/LoopUnswitch/
2012-05-20-Phi.ll 13 %tobool = icmp eq i32 %0, 0
20 %cond = select i1 %tobool, i32 0, i32 %conv
cleanuppad.ll 6 %tobool = icmp eq i32 %doit, 0
13 br i1 %tobool, label %if.then, label %for.inc
  /external/llvm/test/Transforms/LoopVectorize/XCore/
no-vector-registers.ll 19 %tobool = icmp eq i32 %len.addr.0, 0
20 br i1 %tobool, label %do.end, label %do.body
  /external/llvm/test/Transforms/SLPVectorizer/X86/
crash_binaryop.ll 34 %tobool = fcmp une double %postadd1, 0.000000e+00
35 br i1 %tobool, label %exit, label %loop
  /external/llvm/test/Transforms/SafeStack/
setjmp.ll 23 %tobool = icmp ne i32 %call, 0
24 br i1 %tobool, label %if.else, label %if.then
  /external/llvm/test/Transforms/SimplifyCFG/
2008-01-02-hoist-fp-add.ll 14 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
15 br i1 %toBool, label %cond_true, label %cond_next
  /external/llvm/test/Analysis/BasicAA/
phi-speculation.ll 26 %tobool = icmp eq i32 %dec, 0
29 br i1 %tobool, label %the_exit, label %while.body
61 %tobool = icmp eq i32 %dec, 0
64 br i1 %tobool, label %outer.while.backedge, label %while.body
89 %tobool = icmp eq i32 %dec, 0
90 br i1 %tobool, label %the_exit, label %while.body
  /external/llvm/test/Transforms/LoopIdiom/AMDGPU/
popcnt.ll 31 %tobool = icmp eq i64 %and, 0
32 br i1 %tobool, label %while.end, label %while.body
54 %tobool = icmp eq i32 %and, 0
55 br i1 %tobool, label %while.end, label %while.body
94 %tobool = icmp eq i64 %and, 0
95 br i1 %tobool, label %while.end, label %while.body
  /external/llvm/test/Transforms/LICM/
speculate.ll 17 %tobool = icmp eq i32 %0, 0
18 br i1 %tobool, label %for.inc, label %if.then
49 %tobool = icmp eq i32 %0, 0
50 br i1 %tobool, label %for.inc, label %if.then
83 %tobool = icmp eq i32 %0, 0
84 br i1 %tobool, label %for.inc, label %if.then
116 %tobool = icmp eq i32 %0, 0
117 br i1 %tobool, label %for.inc, label %if.then
149 %tobool = icmp eq i32 %0, 0
150 br i1 %tobool, label %for.inc, label %if.the
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-andCmpBrToTBZ.ll 9 %tobool = icmp eq i8* %str14, null
10 br i1 %tobool, label %return, label %if.end
16 %tobool.i.i.i = icmp eq i32 %and.i.i.i, 0
17 br i1 %tobool.i.i.i, label %if.end12, label %land.rhs.i
40 br i1 %tobool.i.i.i, label %if.end12, label %land.rhs.i19
arm64-collect-loh-garbage-crash.ll 32 %tobool.i269 = icmp eq %"class.H4ISP::H4ISPCameraManager"* %tmp3, null
33 br i1 %tobool.i269, label %if.then83, label %end
  /external/llvm/test/Transforms/GVN/
MemdepMiscompile.ll 14 ; CHECK: br i1 %tobool, label %while.cond.backedge, label %if.then
33 %tobool = icmp eq i32 %1, 0
34 br i1 %tobool, label %while.cond.backedge, label %if.then
  /external/llvm/test/Transforms/JumpThreading/
indirectbr.ll 17 ; CHECK: br i1 %tobool, label %L1, label %indirectgoto
24 %tobool = icmp ne i32 %rem, 0
25 br i1 %tobool, label %indirectgoto, label %if.else
  /external/llvm/test/Transforms/LowerExpectIntrinsic/
basic.ll 15 %tobool = icmp ne i64 %expval, 0
18 br i1 %tobool, label %if.then, label %if.end
47 %tobool = icmp ne i64 %expval, 0
50 br i1 %tobool, label %if.then, label %if.end
73 %tobool = icmp ne i32 %tmp, 0
74 %lnot = xor i1 %tobool, true
104 %tobool = icmp ne i32 %tmp, 0
105 %lnot = xor i1 %tobool, true
140 %tobool = icmp ne i64 %expval, 0
143 br i1 %tobool, label %if.then, label %if.en
    [all...]
  /external/llvm/test/Transforms/PGOProfile/
landingpad.ll 17 %tobool = icmp ne i32 %rem, 0
18 br i1 %tobool, label %if.then, label %if.end
19 ; USE: br i1 %tobool, label %if.then, label %if.end
46 %tobool = icmp ne i32 %rem, 0
47 br i1 %tobool, label %if.then, label %if.end
48 ; USE: br i1 %tobool, label %if.then, label %if.end
  /external/llvm/test/Analysis/ScalarEvolution/
2012-03-26-LoadConstant.ll 36 %tobool = icmp ne i32 %2, 0
37 br i1 %tobool, label %lbl_818, label %if.end

Completed in 1338 milliseconds

1 2 3 45 6 7 8 91011>>