Searched refs:PtrEltTy (Results 1 – 1 of 1) sorted by relevance
3344 Type *PtrEltTy = cast<PointerType>(PTy)->getElementType(); in parseFunctionRecord() local3348 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() local3829 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()3832 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()3835 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in propagateAttributeTypes()