HomeSort by relevance Sort by last modified time
    Searched refs:gep_type_begin (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/Support/
GetElementPtrTypeIterator.h 85 inline gep_type_iterator gep_type_begin(const User *GEP) { function in namespace:llvm
92 inline gep_type_iterator gep_type_begin(const User &GEP) { function in namespace:llvm
102 gep_type_begin(Type *Op0, ArrayRef<T> A) { function in namespace:llvm
  /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/
DataLayout.cpp 639 TI = gep_type_begin(ptrTy, Indices);
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/ExecutionEngine/Interpreter/
Execution.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 6096 milliseconds