OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Inc
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Analysis/
LoopInfo.cpp
153
if (Instruction *
Inc
=
155
if (
Inc
->getOpcode() == Instruction::Add &&
156
Inc
->getOperand(0) == PN)
157
if (ConstantInt *CI = dyn_cast<ConstantInt>(
Inc
->getOperand(1)))
179
Value *
Inc
= IV->getIncomingValue(!P0InLoop);
185
if (ICI->getOperand(0) ==
Inc
) {
/external/v8/test/cctest/
test-compiler.cc
12
// * Neither the name of Google
Inc
. nor the names of its
132
static double
Inc
(int x) {
148
TEST(
Inc
) {
151
CHECK_EQ(4.0,
Inc
(3));
/frameworks/compile/slang/
slang_rs_object_ref_count.cpp
509
// for (Init; Cond;
Inc
)
547
//
Inc
-> "rsIntIter++"
548
clang::UnaryOperator *
Inc
=
594
Inc
,
872
// for (Init; Cond;
Inc
)
910
//
Inc
-> "rsIntIter++"
911
clang::UnaryOperator *
Inc
=
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
183
#include "ARMGenDAGISel.
inc
"
186
/// SelectARMIndexedLoad - Indexed (pre/post
inc
/dec) load matching code for
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassemblerCore.cpp
26
/// ARMGenInstrInfo.
inc
- ARMGenInstrInfo.
inc
contains the static const
[
all
...]
Completed in 193 milliseconds