Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3344 Type *PtrEltTy = cast<PointerType>(PTy)->getElementType(); in parseFunctionRecord() local
3348 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
3351 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
3354 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in parseFunctionRecord()
3825 Type *PtrEltTy = cast<PointerType>(ArgsTys[i])->getElementType(); in propagateAttributeTypes() local
3829 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
3832 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()
3835 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in propagateAttributeTypes()