Searched refs:UsePointerValue (Results 1 – 3 of 3) sorted by relevance
499 const bool UsePointerValue = false);514 CGBuilderTy &Builder, bool UsePointerValue = false);612 const bool UsePointerValue = false);620 const bool UsePointerValue = false);
4597 const bool UsePointerValue) { in EmitDeclare() argument4708 if (UsePointerValue) { in EmitDeclare()4811 const bool UsePointerValue) { in EmitDeclare() argument4837 if (UsePointerValue) { in EmitDeclare()4900 const bool UsePointerValue) { in EmitDeclareOfAutoVariable() argument4913 return EmitDeclare(VD, Storage, std::nullopt, Builder, UsePointerValue); in EmitDeclareOfAutoVariable()5026 bool UsePointerValue) { in EmitDeclareOfArgVariable() argument5028 return EmitDeclare(VD, AI, ArgNo, Builder, UsePointerValue); in EmitDeclareOfArgVariable()
1667 bool UsePointerValue = NRVO && ReturnValuePointer.isValid(); in EmitAutoVarAlloca() local1671 if (UsePointerValue) { in EmitAutoVarAlloca()1676 UsePointerValue); in EmitAutoVarAlloca()