Lines Matching refs:PtrTy

740     PtrTy = PointerType::getUnqual(*C);  in AddressSanitizer()
839 PointerType *PtrTy; member
900 PtrTy = PointerType::getUnqual(*C); in ModuleAddressSanitizer()
958 PointerType *PtrTy; member in __anon4b8f1cd00211::ModuleAddressSanitizer
1307 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in isUnsupportedAMDGPUAddrspace() local
1308 unsigned int AddrSpace = PtrTy->getPointerAddressSpace(); in isUnsupportedAMDGPUAddrspace()
1337 {IRB.CreateAddrSpaceCast(MI->getOperand(0), PtrTy), in instrumentMemIntrinsic()
1338 IRB.CreateAddrSpaceCast(MI->getOperand(1), PtrTy), in instrumentMemIntrinsic()
1343 {IRB.CreateAddrSpaceCast(MI->getOperand(0), PtrTy), in instrumentMemIntrinsic()
1378 Type *PtrTy = cast<PointerType>(Ptr->getType()->getScalarType()); in ignoreAccess() local
1379 if (PtrTy->getPointerAddressSpace() != 0 && in ignoreAccess()
1794 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in instrumentAMDGPUAddress() local
1796 if (PtrTy->getPointerAddressSpace() != 0) in instrumentAMDGPUAddress()
1857 {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAddress()
2601 Constant *ODRIndicator = ConstantPointerNull::get(PtrTy); in instrumentGlobals()
2617 ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), PtrTy); in instrumentGlobals()
2837 PtrTy, PtrTy, PtrTy, IntptrTy); in initializeCallbacks()
2838 AsanMemcpy = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memcpy", PtrTy, in initializeCallbacks()
2839 PtrTy, PtrTy, IntptrTy); in initializeCallbacks()
2842 PtrTy, PtrTy, IRB.getInt32Ty(), IntptrTy); in initializeCallbacks()
2856 M.getOrInsertFunction(kAMDGPUAddressSharedName, IRB.getInt1Ty(), PtrTy); in initializeCallbacks()
2858 M.getOrInsertFunction(kAMDGPUAddressPrivateName, IRB.getInt1Ty(), PtrTy); in initializeCallbacks()