Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4189 Type *PtrEltTy = getPtrElementTypeByID(ParamTypeID); in parseFunctionRecord() local
4190 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() local
4739 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()