Searched refs:FindElementAtOffset (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h209 Type *FindElementAtOffset(Type *Ty, int64_t Offset,
H A DInstructionCombining.cpp733 /// FindElementAtOffset - Given a type and a constant offset, determine whether
737 Type *InstCombiner::FindElementAtOffset(Type *Ty, int64_t Offset, function in class:InstCombiner
1088 if (FindElementAtOffset(InTy, Offset, NewIndices)) {
H A DInstCombineCasts.cpp1353 if (FindElementAtOffset(GEPIdxTy, Offset, NewIndices)) {

Completed in 132 milliseconds