OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gep_type_iterator
(Results
1 - 20
of
20
) sorted by null
/external/llvm/include/llvm/Support/
GetElementPtrTypeIterator.h
83
typedef generic_gep_type_iterator<>
gep_type_iterator
;
typedef in namespace:llvm
85
inline
gep_type_iterator
gep_type_begin(const User *GEP) {
86
return
gep_type_iterator
::begin
89
inline
gep_type_iterator
gep_type_end(const User *GEP) {
90
return
gep_type_iterator
::end(GEP->op_end());
92
inline
gep_type_iterator
gep_type_begin(const User &GEP) {
93
return
gep_type_iterator
::begin
96
inline
gep_type_iterator
gep_type_end(const User &GEP) {
97
return
gep_type_iterator
::end(GEP.op_end());
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
32
typedef generic_gep_type_iterator<User::const_op_iterator>
gep_type_iterator
;
typedef in namespace:llvm
200
GenericValue executeGEPOperation(Value *Ptr,
gep_type_iterator
I,
201
gep_type_iterator
E, ExecutionContext &SF);
Execution.cpp
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
Local.h
201
gep_type_iterator
GTI = gep_type_begin(GEP);
/external/llvm/include/llvm/IR/
Operator.h
449
for (
gep_type_iterator
GTI = gep_type_begin(this), GTE = gep_type_end(this);
/external/llvm/lib/IR/
Value.cpp
430
gep_type_iterator
GTI = gep_type_begin(GEP);
ConstantFold.cpp
[
all
...]
Constants.cpp
[
all
...]
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
256
for (
gep_type_iterator
GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
44
gep_type_iterator
GTI = gep_type_begin(GEP);
[
all
...]
CodeGenPrepare.cpp
[
all
...]
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
627
gep_type_iterator
GTI = gep_type_begin(I);
[
all
...]
BasicAliasAnalysis.cpp
331
gep_type_iterator
GTI = gep_type_begin(GEPOp);
[
all
...]
ScalarEvolution.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
InstCombineCompares.cpp
512
gep_type_iterator
GTI = gep_type_begin(GEP);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
842
gep_type_iterator
GTI = gep_type_begin(U)
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
423
gep_type_iterator
GTI = gep_type_begin(U);
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
599
gep_type_iterator
GEPI = gep_type_begin(U), E = gep_type_end(U);
[
all
...]
Completed in 1206 milliseconds