Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h79 llvm::Value *getAggregatePointer() const { in getAggregatePointer() function
H A DCGExprAgg.cpp304 assert(Dest.isIgnored() || Dest.getPointer() != Src.getAggregatePointer()); in withReturnValueSlot()
1033 return {RV.getAggregatePointer(), nullptr}; in VisitBinCmp()
H A DCGCleanup.cpp30 return DominatingLLVMValue::needsSaving(rv.getAggregatePointer()); in needsSaving()