Home
last modified time | relevance | path

Searched refs:FindElementAtOffset (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h205 Type *FindElementAtOffset(Type *Ty, int64_t Offset,
DInstructionCombining.cpp732 Type *InstCombiner::FindElementAtOffset(Type *Ty, int64_t Offset, in FindElementAtOffset() function in InstCombiner
1077 if (FindElementAtOffset(InTy, Offset, NewIndices)) { in visitGetElementPtrInst()
DInstCombineCasts.cpp1358 if (FindElementAtOffset(GEPIdxTy, Offset, NewIndices)) { in commonPointerCastTransforms()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h354 Type *FindElementAtOffset(PointerType *PtrTy, int64_t Offset,
DInstructionCombining.cpp928 Type *InstCombiner::FindElementAtOffset(PointerType *PtrTy, int64_t Offset, in FindElementAtOffset() function in InstCombiner
1835 if (FindElementAtOffset(OpType, Offset.getSExtValue(), NewIndices)) { in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h434 Type *FindElementAtOffset(PointerType *PtrTy, int64_t Offset,
DInstructionCombining.cpp1044 Type *InstCombiner::FindElementAtOffset(PointerType *PtrTy, int64_t Offset, in FindElementAtOffset() function in InstCombiner
2005 if (FindElementAtOffset(SrcType, Offset.getSExtValue(), NewIndices)) { in visitGetElementPtrInst()