HomeSort by relevance Sort by last modified time
    Searched refs:gep_type_begin (Results 1 - 21 of 21) 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/lib/Transforms/Utils/
AddrModeMatcher.cpp 223 gep_type_iterator GTI = gep_type_begin(AddrInst);
  /external/llvm/lib/VMCore/
Value.cpp 418 gep_type_iterator GTI = gep_type_begin(GEP);
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/
TargetData.cpp 604 TI = gep_type_begin(ptrTy, Indices);
  /external/llvm/lib/Analysis/
ValueTracking.cpp 615 gep_type_iterator GTI = gep_type_begin(I);
    [all...]
BasicAliasAnalysis.cpp 317 gep_type_iterator GTI = gep_type_begin(GEPOp);
    [all...]
InlineCost.cpp 244 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
    [all...]
ConstantFolding.cpp 250 gep_type_iterator GTI = gep_type_begin(CE);
    [all...]
InstructionSimplify.cpp 672 gep_type_iterator GTI = gep_type_begin(GEP);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 787 gep_type_begin(I), gep_type_end(I), SF), SF);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 818 gep_type_iterator GTI = gep_type_begin(GEP);
    [all...]
InstCombineAddSub.cpp 414 gep_type_iterator GTI = gep_type_begin(GEP);
InstCombineCompares.cpp 477 gep_type_iterator GTI = gep_type_begin(GEP);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 44 gep_type_iterator GTI = gep_type_begin(GEP);
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 411 gep_type_iterator GTI = gep_type_begin(U);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 815 gep_type_iterator GTI = gep_type_begin(U);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 429 gep_type_iterator GEPI = gep_type_begin(U), E = gep_type_end(U);
    [all...]

Completed in 2295 milliseconds