Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2101 getAssignmentInfoImpl(const DataLayout &DL, const Value *StoreDest, in getAssignmentInfoImpl() argument
2105 APInt GEPOffset(DL.getIndexTypeSizeInBits(StoreDest->getType()), 0); in getAssignmentInfoImpl()
2106 const Value *Base = StoreDest->stripAndAccumulateConstantOffsets( in getAssignmentInfoImpl()
2123 const Value *StoreDest = I->getRawDest(); in getAssignmentInfo() local
2130 return getAssignmentInfoImpl(DL, StoreDest, TypeSize::getFixed(SizeInBits)); in getAssignmentInfo()