Searched refs:getIndexedOffsetInType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 65 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
|
| H A D | ConstantFolding.cpp | 891 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP() 927 APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)), in SymbolicallyEvaluateGEP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 896 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, Idx); in computeFromLI() 1023 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 588 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 319 m_target_data.getIndexedOffsetInType(src_elem_ty, indices); in ResolveConstantValue() 1096 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 920 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1471 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2420 Offset += DL.getIndexedOffsetInType(BaseType, ConstantIndices); in visitGEPOfGEP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3764 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
|