Searched refs:FindElementAtOffset (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 205 Type *FindElementAtOffset(Type *Ty, int64_t Offset,
|
D | InstructionCombining.cpp | 732 Type *InstCombiner::FindElementAtOffset(Type *Ty, int64_t Offset, in FindElementAtOffset() function in InstCombiner 1077 if (FindElementAtOffset(InTy, Offset, NewIndices)) { in visitGetElementPtrInst()
|
D | InstCombineCasts.cpp | 1358 if (FindElementAtOffset(GEPIdxTy, Offset, NewIndices)) { in commonPointerCastTransforms()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 354 Type *FindElementAtOffset(PointerType *PtrTy, int64_t Offset,
|
D | InstructionCombining.cpp | 928 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/ |
D | InstCombineInternal.h | 434 Type *FindElementAtOffset(PointerType *PtrTy, int64_t Offset,
|
D | InstructionCombining.cpp | 1044 Type *InstCombiner::FindElementAtOffset(PointerType *PtrTy, int64_t Offset, in FindElementAtOffset() function in InstCombiner 2005 if (FindElementAtOffset(SrcType, Offset.getSExtValue(), NewIndices)) { in visitGetElementPtrInst()
|