Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp132 Address StoreDest = Dest.getAddress(); in VisitConstantExpr() local
136 if (Result->getType() != StoreDest.getType()) in VisitConstantExpr()
137 StoreDest = StoreDest.withElementType(Result->getType()); in VisitConstantExpr()
139 CGF.EmitAggregateStore(Result, StoreDest, in VisitConstantExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2023 getAssignmentInfoImpl(const DataLayout &DL, const Value *StoreDest, in getAssignmentInfoImpl() argument
2027 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() local
2052 return getAssignmentInfoImpl(DL, StoreDest, TypeSize::getFixed(SizeInBits)); in getAssignmentInfo()