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.cpp737 /// FindElementAtOffset - Given a type and a constant offset, determine whether
741 Type *InstCombiner::FindElementAtOffset(Type *Ty, int64_t Offset, function in class:InstCombiner
1091 if (FindElementAtOffset(InTy, Offset, NewIndices)) {
H A DInstCombineCasts.cpp1347 if (FindElementAtOffset(GEPIdxTy, Offset, NewIndices)) {

Completed in 134 milliseconds