Searched
full:icmp (Results
701 -
725 of
2384) sorted by null
<<21222324252627282930>>
/external/llvm/include/llvm/Transforms/Utils/ |
CmpInstAnalysis.h | 24 /// getICmpCode - Encode a icmp predicate into a three bit mask. These bits 51 /// predicate for a new ICmp instruction. The sign is passed in to determine 52 /// which kind of predicate to use in the new icmp instruction. 54 /// NULL return means a new ICmp is needed. The predicate for which is
|
/external/llvm/test/Analysis/Dominators/ |
2006-10-02-BreakCritEdges.ll | 10 %A = icmp eq i32 %i, 0 ; <i1> [#uses=1]
|
/external/llvm/test/Analysis/MemoryDependenceAnalysis/ |
memdep_requires_dominator_tree.ll | 17 %cmp.7 = icmp ult i32 %tmp8.7, 1024
|
/external/llvm/test/Analysis/RegionInfo/ |
unreachable_bb.ll | 16 %exitcond = icmp ne i64 %indvar, 200
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2007-09-27-LargeStepping.ll | 17 %tmp7 = icmp slt i32 %i.0, 1610612736 ; <i1> [#uses=1]
|
2007-11-14-SignedAddRec.ll | 18 %tmp8 = icmp slt i32 %i.0, 123456789 ; <i1> [#uses=1]
|
2008-05-25-NegativeStepToZero.ll | 17 %tmp7 = icmp eq i8 %x.0, 12 ; <i1> [#uses=1]
|
2008-08-04-IVOverflow.ll | 18 icmp ult i32 %i.0, 888888
|
2008-11-02-QuadraticCrash.ll | 15 %A = icmp ult i32 %d, 50 ; <i1> [#uses=1]
|
2008-11-15-CubicOOM.ll | 14 %cond = icmp eq i32 %w.1, -1 ; <i1>:3 [#uses=1]
|
2008-12-15-DontUseSDiv.ll | 16 %2 = icmp sgt i8 %i.0, 100 ; <i1> [#uses=1]
|
do-loop.ll | 12 %tmp5 = icmp slt i32 %tmp2, %y ; <i1> [#uses=1]
|
/external/llvm/test/Assembler/ |
2003-08-20-ConstantExprGEP-Fold.ll | 7 %tmp.55 = icmp ne i8 %tmp.54, 66 ; <i1> [#uses=1]
|
2007-01-05-Cmp-ConstExpr.ll | 10 br i1 icmp ne (i32 sub (i32 ptrtoint (i8* getelementptr ([4 x i8]* @str, i32 0, i64 1) to i32), i32 ptrtoint ([4 x i8]* @str to i32)), i32 1), label %exit_1, label %exit_2
|
/external/llvm/test/CodeGen/ARM/ |
2007-05-07-tailmerge-1.ll | 18 %tmp1 = icmp ne i32 %tmp, 0 ; <i1> [#uses=1] 20 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1] 35 %tmp8 = icmp ne i32 %tmp7, 0 ; <i1> [#uses=1] 37 %toBool10 = icmp ne i8 %tmp89, 0 ; <i1> [#uses=1]
|
2011-04-15-AndVFlagPeepholeBug.ll | 11 %cmp = icmp slt i32 %and, 1
|
2012-08-30-select.ll | 12 %tobool = icmp eq i32 %and, 0
|
ifcvt1.ll | 7 %tmp2 = icmp eq i32 %a, 0
|
lsr-code-insertion.ll | 19 %tmp6584 = icmp slt i32 %M, 1 ; <i1> [#uses=1] 37 %tmp30 = icmp sgt i32 %tmp24, %tmp10 ; <i1> [#uses=1] 50 %tmp52 = icmp slt i32 %tmp44, -987654321 ; <i1> [#uses=1] 59 %tmp65 = icmp sgt i32 %tmp61, %M ; <i1> [#uses=1]
|
lsr-scale-addr-mode.ll | 14 icmp eq i32 %tmp25, -1 ; <i1>:0 [#uses=1]
|
machine-cse-cmp.ll | 14 %tmp1 = icmp eq i32 %cond1, 0 34 %cmp28 = icmp sgt i32 %0, 0 38 %1 = icmp sgt i32 %0, 1 57 %cmp = icmp slt i32 %0, %size
|
peephole-bitcast.ll | 17 %cmp = icmp ult i32 %0, 2139095039
|
/external/llvm/test/CodeGen/Generic/ |
2003-05-27-phifcmpd.ll | 5 %tmp.184 = icmp sgt i32 %p.1, 0 ; <i1> [#uses=1]
|
2005-01-18-SetUO-InfLoop.ll | 15 %tmp164 = icmp eq i32 0, 0 ; <i1> [#uses=0]
|
/external/llvm/test/CodeGen/Hexagon/ |
cext-valid-packet1.ll | 15 %cmp = icmp sgt i32 %add, %add1
|
Completed in 172 milliseconds
<<21222324252627282930>>