Searched refs:gep_type_end (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DGetElementPtrTypeIterator.h89 inline gep_type_iterator gep_type_end(const User *GEP) { function in namespace:llvm
96 inline gep_type_iterator gep_type_end(const User &GEP) { function in namespace:llvm
108 gep_type_end(Type *Op0, ArrayRef<T> A) { function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp816 gep_type_begin(I), gep_type_end(I), SF), SF);
1217 gep_type_end(CE), SF);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DInlineCost.cpp249 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSROA.cpp416 for (gep_type_iterator GTI = gep_type_begin(GEPI), GTE = gep_type_end(GEPI);
1356 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
H A DScalarReplAggregates.cpp1713 gep_type_iterator GEPIt = gep_type_begin(GEPI), E = gep_type_end(GEPI);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp870 for (gep_type_iterator I = gep_type_begin(*Src), E = gep_type_end(*Src);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstantFold.cpp1949 for (gep_type_iterator I = gep_type_begin(CE), E = gep_type_end(CE);
H A DConstants.cpp990 gep_type_iterator GEPI = gep_type_begin(this), E = gep_type_end(this);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp594 gep_type_iterator GEPI = gep_type_begin(U), E = gep_type_end(U);

Completed in 211 milliseconds