HomeSort by relevance Sort by last modified time
    Searched full:cond3 (Results 1 - 16 of 16) sorted by null

  /external/llvm/test/Transforms/JumpThreading/
and-and-cond.ll 7 define i32 @test(i1 %cond, i1 %cond2, i1 %cond3) {
23 ; CHECK-NEXT: %D = and i1 %cond2, %cond3
28 %D = and i1 %C, %cond3
basic.ll 118 ; CHECK-NEXT: %cond3 = icmp eq i32 %v1, 412
119 ; CHECK-NEXT: br i1 %cond3, label %T2, label %F2
122 %cond3 = icmp eq i32 %v1, 412
130 %A = phi i1 [%cond3, %T1], [%cond2, %F1]
  /external/llvm/test/Analysis/ScalarEvolution/
2008-07-29-SMinExpr.ll 8 %cond3 = select i1 %cmp2, i32 %y, i32 %x
9 %cmp54 = icmp slt i32 %cond3, -2147483632
  /external/llvm/test/CodeGen/X86/
2011-01-07-LegalizeTypesCrash.ll 11 %cond3 = extractelement <4 x i1> %i17, i32 1
12 %_comp4 = select i1 %cond3, i8 0, i8 undef
block-placement.ll 49 %cond3 = icmp ugt i32 %val3, 3
50 br i1 %cond3, label %then3, label %else3, !prof !0
266 %cond3 = load volatile i1* undef
267 br i1 %cond3, label %exit, label %loop2
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
crash.ll 49 switch i32 %e.2.i, label %for.cond3.i [
54 for.cond3.i: ; preds = %for.cond3.i, %for.body.i
55 br label %for.cond3.i
  /external/llvm/test/Transforms/IndVarSimplify/
2014-06-21-congruent-constant.ll 31 br i1 %tobool4, label %for.cond3, label %for.body9.preheader
42 for.cond3: ; preds = %for.cond3, %if.end
43 br label %for.cond3
  /external/llvm/test/Feature/
cfgstructures.ll 32 define void @nested(i1 %cond1, i1 %cond2, i1 %cond3) {
42 br i1 %cond3, label %Loop3, label %L3Exit
  /external/llvm/test/Transforms/LoopUnswitch/
2012-04-30-LoopUnswitch-LPad-Crash.ll 22 to label %for.cond3 unwind label %lpad
24 for.cond3: ; preds = %invoke.cont6, %invoke.cont
28 invoke.cont4: ; preds = %for.cond3
33 br i1 undef, label %for.cond3, label %for.end
35 lpad: ; preds = %for.end, %invoke.cont4, %for.cond3, %invoke.cont, %for.cond
  /external/llvm/test/Transforms/SimplifyCFG/
switch_thread.ll 43 %cond3 = icmp eq i32 %V, 4 ; <i1> [#uses=1]
44 br i1 %cond3, label %Done, label %C
switch_create.ll 337 %or.cond3 = or i1 %or.cond2, %cmp11
339 %or.cond4 = or i1 %or.cond3, %cmp14
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard.cpp 84 * discard cond3;
97 * temp = cond3;
  /external/llvm/test/Transforms/LoopUnroll/
2011-08-08-PhiUpdate.ll 94 %cond3 = call zeroext i1 @check()
95 br i1 %cond3, label %do.end, label %do.body
unloop.ll 435 ; CHECK: for.cond3:
449 for.cond: ; preds = %for.cond3, %lbl_616
459 br i1 false, label %for.body2, label %for.cond3
467 for.cond3: ; preds = %for.cond1
470 if.end: ; preds = %for.cond3
  /external/mesa3d/src/glsl/
lower_discard.cpp 84 * discard cond3;
97 * temp = cond3;
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 11418 IRTemp cond3 = newTemp(Ity_I32); local
    [all...]

Completed in 2375 milliseconds