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

<<11121314151617

  /external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll 73 %tobool = icmp eq i32 %0, 0
74 br i1 %tobool, label %if.end, label %if.then
122 %tobool = icmp eq i32* %b, null
123 br i1 %tobool, label %if.else, label %if.then
756 %tobool = icmp eq i32 %x, 0
757 br i1 %tobool, label %if.end, label %if.then
815 %tobool = icmp ne i32 %x, 0
816 br i1 %tobool, label %cond.true, label %cond.false
  /external/llvm/test/Transforms/IndVarSimplify/
udiv.ll 35 %tobool = icmp eq i32 %dec19, 0 ; <i1> [#uses=1]
36 br i1 %tobool, label %while.cond.while.end_crit_edge, label %for.cond.preheader
  /external/llvm/test/Transforms/Inline/
alloca-dbgdeclare.ll 51 %tobool.i = icmp eq i32 %agg.tmp.sroa.0.0.copyload, 0, !dbg !52
52 br i1 %tobool.i, label %_Z3fn31A.exit, label %if.then.i, !dbg !53
  /external/llvm/test/Transforms/LoopUnroll/
scevunroll.ll 194 %tobool = icmp eq i32 %b.03, 0
196 br i1 %tobool, label %for.cond, label %return
  /external/llvm/test/Transforms/LoopVectorize/
induction.ll 163 %tobool.i = icmp eq i8 %inc.i, 0
164 br i1 %tobool.i, label %loopexit, label %cond.end.i
scev-exitlim-crash.ll 83 %tobool = icmp eq i32 %7, 0
84 br i1 %tobool, label %for.cond7.for.inc23_crit_edge, label %for.body8
  /external/llvm/test/Transforms/SimplifyCFG/
merge-cond-stores-2.ll 40 %tobool = icmp eq i32 %and, 0
41 br i1 %tobool, label %if.end, label %if.then
preserve-branchweights.ll 353 %tobool = icmp eq i32 %bit.0, 0
354 br i1 %tobool, label %for.exit, label %for.body3, !prof !10
  /external/llvm/test/Transforms/MergeFunc/
2011-02-08-RemoveEqual.ll 113 %toBool = icmp ne i8 %3, 0
114 br i1 %toBool, label %bb1, label %return
138 %toBool = icmp ne i8 %3, 0
139 br i1 %toBool, label %bb1, label %return
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.h 55 bool ToBool() const;
  /external/llvm/test/CodeGen/Mips/
select.ll 35 %tobool = icmp ne i32 %s, 0
36 %cond = select i1 %tobool, i32 %f1, i32 %f0
81 %tobool = icmp ne i32 %s, 0
82 %cond = select i1 %tobool, i64 %f1, i64 %f0
126 %tobool = icmp ne i64 %s, 0
127 %cond = select i1 %tobool, i64 %f1, i64 %f0
159 %tobool = icmp ne i32 %s, 0
160 %cond = select i1 %tobool, float %f0, float %f1
195 %tobool = icmp ne i32 %s, 0
196 %cond = select i1 %tobool, double %f0, double %f
    [all...]
const4a.ll 19 %tobool = icmp ne i32 %0, 0
20 br i1 %tobool, label %if.then, label %if.else
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/valgrind/VEX/priv/
ir_defs.c     [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 7 struct ToBool { explicit operator bool(); };
75 int i1 = ToBool() ? 0 : 1;
  /external/llvm/test/CodeGen/AArch64/
arm64-ccmp-heuristics.ll 35 %tobool = icmp eq i8 %3, 0
36 br i1 %tobool, label %for.inc, label %if.then
  /external/llvm/test/CodeGen/X86/
dbg-changes-codegen-branch-folding.ll 58 %tobool = icmp eq i32 %param2, 0, !dbg !50
59 br i1 %tobool, label %if.end, label %if.then, !dbg !50
jump_sign.ll 295 %tobool = icmp eq i8 %2, 0
296 br i1 %tobool, label %if.end, label %if.then
nancvt.ll 66 %toBool = icmp ne i8 %tmp2526, 0 ; <i1> [#uses=1]
67 br i1 %toBool, label %bb, label %bb27
pr3154.ll 34 %toBool = icmp eq i32 %15, 0 ; <i1> [#uses=1]
37 br i1 %toBool, label %bb22, label %bb20
  /external/llvm/test/DebugInfo/X86/
nophysreg.ll 86 %tobool = icmp eq i32 %call, 0, !dbg !39
87 br i1 %tobool, label %while.end7, label %while.body, !dbg !40
  /external/llvm/test/Transforms/InstCombine/
crash.ll 166 %tobool = icmp ne i32 %x, 0 ; <i1> [#uses=1]
167 br i1 %tobool, label %cond.end, label %cond.false
  /external/llvm/test/Transforms/LoopRotate/
multiple-exits.ll 58 %tobool = icmp eq i32 %call, 0
59 br i1 %tobool, label %if.end, label %a
  /external/llvm/test/Transforms/PhaseOrdering/
2010-03-22-empty-baseclass.ll 37 %toBool = icmp ne i8 %9, 0 ; <i1> [#uses=1]
38 br i1 %toBool, label %bb, label %bb1
  /external/llvm/test/Transforms/SLPVectorizer/X86/
phi.ll 28 %tobool = icmp eq i32 %k, 0
29 br i1 %tobool, label %if.else, label %if.end

Completed in 537 milliseconds

<<11121314151617