Searched refs:StoreDest (Results 1 – 2 of 2) sorted by relevance
132 Address StoreDest = Dest.getAddress(); in VisitConstantExpr() local136 if (Result->getType() != StoreDest.getType()) in VisitConstantExpr()137 StoreDest = StoreDest.withElementType(Result->getType()); in VisitConstantExpr()139 CGF.EmitAggregateStore(Result, StoreDest, in VisitConstantExpr()
2023 getAssignmentInfoImpl(const DataLayout &DL, const Value *StoreDest, in getAssignmentInfoImpl() argument2027 APInt GEPOffset(DL.getIndexTypeSizeInBits(StoreDest->getType()), 0); in getAssignmentInfoImpl()2028 const Value *Base = StoreDest->stripAndAccumulateConstantOffsets( in getAssignmentInfoImpl()2045 const Value *StoreDest = I->getRawDest(); in getAssignmentInfo() local2052 return getAssignmentInfoImpl(DL, StoreDest, TypeSize::getFixed(SizeInBits)); in getAssignmentInfo()