Lines Matching refs:PT
1578 auto *PT = dyn_cast<PointerType>(Target->getType());
1579 Assert(PT && PT->getElementType()->isFunctionTy(),
1581 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType());
3313 PointerType *PT = dyn_cast<PointerType>(Ty);
3314 return !PT || PT->getAddressSpace() != D.Pointer_AddressSpace ||
3315 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys);
3643 auto *PT = cast<PointerType>(Target->getType());
3644 auto *TargetFuncType = cast<FunctionType>(PT->getElementType());