Searched refs:getIndexedOffset (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 443 uint64_t getIndexedOffset(Type *Ty, ArrayRef<Value *> Indices) const;
|
/external/lldb/source/Expression/ |
D | IRInterpreter.cpp | 264 uint64_t offset = m_target_data.getIndexedOffset(base->getType(), indices); in ResolveConstantValue() 983 uint64_t offset = data_layout.getIndexedOffset(pointer_type, const_indices); in Interpret()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 530 uint64_t GEPOffset = DL.getIndexedOffset(PtrTy, in CanConvertToScalar() 625 uint64_t GEPOffset = DL.getIndexedOffset(GEP->getPointerOperandType(), in ConvertUsesToScalar() 1751 Offset += DL.getIndexedOffset(GEPI->getPointerOperandType(), Indices); in isSafeGEP() 2067 Offset += DL.getIndexedOffset(GEPI->getPointerOperandType(), Indices); in RewriteGEP()
|
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 721 uint64_t DataLayout::getIndexedOffset(Type *ptrTy, in getIndexedOffset() function in DataLayout
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 765 DL.getIndexedOffset( in SymbolicallyEvaluateGEP() 785 Offset += APInt(BitWidth, DL.getIndexedOffset(Ptr->getType(), NestedOps)); in SymbolicallyEvaluateGEP()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 193 Asm->getDataLayout().getIndexedOffset(Ptr->getType(), Idx)); in getOrCreateGlobalVariableDIE()
|