OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inc8
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/CodeGen/X86/
lsr-overflow.ll
33
for.body: ; preds = %for.
inc8
, %entry
34
%indvar = phi i64 [ 0, %entry ], [ %indvar.next, %for.
inc8
]
37
br i1 undef, label %for.
inc8
, label %for.cond4
42
for.
inc8
: ; preds = %for.body
/external/v8/test/mjsunit/compiler/
count-deopt.js
132
function
inc8
(o,y) { return (o[0]++) + y; }
function
136
assertEquals(43,
inc8
(q, 1));
138
%OptimizeFunctionOnNextCall(
inc8
);
140
assertEquals(43,
inc8
(q, 1));
142
assertEquals(43.1,
inc8
(q, 1.1));
144
assertEquals(43.1,
inc8
(q, 1));
Completed in 83 milliseconds