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

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h186 /// EmitGEPOffset - Given a getelementptr instruction/constantexpr, emit the
192 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP, function in namespace:llvm
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp78 Value *InstCombiner::EmitGEPOffset(User *GEP) { function in class:InstCombiner
79 return llvm::EmitGEPOffset(Builder, DL, GEP);

Completed in 174 milliseconds