Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp65 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
H A DConstantFolding.cpp908 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP()
931 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp890 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, ArrayRef(Idx, 2)); in computeFromLI()
1017 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h591 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp318 m_target_data.getIndexedOffsetInType(src_elem_ty, indices); in ResolveConstantValue()
1066 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp886 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2065 Offset += DL.getIndexedOffsetInType(BaseType, ConstantIndices); in visitGEPOfGEP()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1396 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3652 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()