Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1744 getAssignmentInfoImpl(const DataLayout &DL, const Value *StoreDest, in getAssignmentInfoImpl() argument
1746 APInt GEPOffset(DL.getIndexTypeSizeInBits(StoreDest->getType()), 0); in getAssignmentInfoImpl()
1747 const Value *Base = StoreDest->stripAndAccumulateConstantOffsets( in getAssignmentInfoImpl()
1760 const Value *StoreDest = I->getRawDest(); in getAssignmentInfo() local
1767 return getAssignmentInfoImpl(DL, StoreDest, SizeInBits); in getAssignmentInfo()
1772 const Value *StoreDest = SI->getPointerOperand(); in getAssignmentInfo() local
1774 return getAssignmentInfoImpl(DL, StoreDest, SizeInBits); in getAssignmentInfo()