Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h75 llvm::Value *getAggregatePointer() const { in getAggregatePointer() function
DCGCleanup.cpp31 return DominatingLLVMValue::needsSaving(rv.getAggregatePointer()); in needsSaving()
DCGExprAgg.cpp264 assert(Dest.getPointer() != src.getAggregatePointer()); in EmitMoveFromReturnSlot()
DCGCall.cpp3606 cast<llvm::Instruction>(RV.getAggregatePointer()); in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h76 llvm::Value *getAggregatePointer() const { in getAggregatePointer() function
DCGExprAgg.cpp302 assert(Dest.getPointer() != Src.getAggregatePointer()); in withReturnValueSlot()
1025 return {RV.getAggregatePointer(), nullptr}; in VisitBinCmp()
DCGCleanup.cpp30 return DominatingLLVMValue::needsSaving(rv.getAggregatePointer()); in needsSaving()