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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp409 /// EmitGEPOffset - Given a getelementptr instruction/constantexpr, emit the
412 Value *InstCombiner::EmitGEPOffset(User *GEP) { function in class:InstCombiner
523 Value *Result = EmitGEPOffset(GEP1);
528 Value *Offset = EmitGEPOffset(GEP2);

Completed in 22 milliseconds