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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h216 Type *FindElementAtOffset(Type *PtrTy, int64_t Offset,
H A DInstructionCombining.cpp761 /// FindElementAtOffset - Given a pointer type and a constant offset, determine
765 Type *InstCombiner::FindElementAtOffset(Type *PtrTy, int64_t Offset, function in class:InstCombiner
1387 if (FindElementAtOffset(OpType, Offset.getSExtValue(), NewIndices)) {
H A DInstCombineCasts.cpp1412 if (FindElementAtOffset(OrigBase->getType(),

Completed in 71 milliseconds