Searched refs:PtrEltTy (Results 1 – 1 of 1) sorted by relevance
4189 Type *PtrEltTy = getPtrElementTypeByID(ParamTypeID); in parseFunctionRecord() local4190 if (!PtrEltTy) in parseFunctionRecord()4196 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()4199 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()4202 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in parseFunctionRecord()4738 Type *PtrEltTy = getPtrElementTypeByID(ArgTyIDs[i]); in propagateAttributeTypes() local4739 if (!PtrEltTy) in propagateAttributeTypes()4745 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()4748 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()4751 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in propagateAttributeTypes()