Home
last modified time | relevance | path

Searched refs:getIndexedOffsetInType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp65 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
H A DConstantFolding.cpp908 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP()
932 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp890 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2)); in computeFromLI()
1017 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h588 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp293 m_target_data.getIndexedOffsetInType(src_elem_ty, indices); in ResolveConstantValue()
1018 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp879 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1395 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2050 Offset += DL.getIndexedOffsetInType(BaseType, ConstantIndices); in visitGEPOfGEP()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3323 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1300 UsrOI.Offset = PtrOI.Offset + DL.getIndexedOffsetInType( in updateImpl()