HomeSort by relevance Sort by last modified time
    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
199 GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I,
200 gep_type_iterator E, ExecutionContext &SF);
Execution.cpp 773 GenericValue Interpreter::executeGEPOperation(Value *Ptr, gep_type_iterator I,
774 gep_type_iterator E,
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 182 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 425 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 291 gep_type_iterator GTI = gep_type_begin(GEPOp);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 478 gep_type_iterator GTI = gep_type_begin(GEP);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 414 gep_type_iterator GTI = gep_type_begin(U);
    [all...]