Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp65 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
H A DConstantFolding.cpp851 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP()
875 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h499 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp892 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2)); in computeFromLI()
1018 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp288 m_target_data.getIndexedOffsetInType(src_elem_ty, indices); in ResolveConstantValue()
1090 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp787 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp558 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3250 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()