Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h76 llvm::Value *getAggregatePointer() const { in getAggregatePointer() function
H A DCGExprAgg.cpp294 assert(Dest.getPointer() != Src.getAggregatePointer()); in withReturnValueSlot()
976 return {RV.getAggregatePointer(), nullptr}; in VisitBinCmp()
H A DCGCleanup.cpp31 return DominatingLLVMValue::needsSaving(rv.getAggregatePointer()); in needsSaving()