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

/external/llvm/lib/Transforms/InstCombine/
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)) {

Completed in 190 milliseconds