Home
last modified time | relevance | path

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

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