Searched defs:EmitGEPOffset (Results 1 - 2 of 2) sorted by path

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h181 /// EmitGEPOffset - Given a getelementptr instruction/constantexpr, emit the
187 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &TD, User *GEP, function in namespace:llvm
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp98 Value *InstCombiner::EmitGEPOffset(User *GEP) { function in class:InstCombiner
99 return llvm::EmitGEPOffset(Builder, *getDataLayout(), GEP);

Completed in 326 milliseconds