Searched refs:StoreDest (Results 1 – 1 of 1) sorted by relevance
1744 getAssignmentInfoImpl(const DataLayout &DL, const Value *StoreDest, in getAssignmentInfoImpl() argument1746 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() local1767 return getAssignmentInfoImpl(DL, StoreDest, SizeInBits); in getAssignmentInfo()1772 const Value *StoreDest = SI->getPointerOperand(); in getAssignmentInfo() local1774 return getAssignmentInfoImpl(DL, StoreDest, SizeInBits); in getAssignmentInfo()