|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/DataLayout.h 555 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
References
lib/Analysis/ConstantFolding.cpp 869 DL.getIndexedOffsetInType(
893 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps));
lib/Analysis/TypeMetadataUtils.cpp 64 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType(
lib/CodeGen/GlobalISel/IRTranslator.cpp 963 DL.getIndexedOffsetInType(Src->getType(), Indices));
lib/CodeGen/InterleavedLoadCombinePass.cpp 891 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2));
1018 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices);
lib/Transforms/Scalar/SROA.cpp 3309 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices);
tools/lldb/source/Expression/IRInterpreter.cpp 288 m_target_data.getIndexedOffsetInType(src_elem_ty, indices);
1065 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices);