Lines Matching refs:PtrTy
562 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedLoad() local
564 assert(PtrTy->isOpaqueOrPointeeTypeMatches(Ty) && "Wrong element type"); in CreateMaskedLoad()
568 Type *OverloadedTypes[] = { Ty, PtrTy }; in CreateMaskedLoad()
582 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedStore() local
585 assert(PtrTy->isOpaqueOrPointeeTypeMatches(DataTy) && "Wrong element type"); in CreateMaskedStore()
587 Type *OverloadedTypes[] = { DataTy, PtrTy }; in CreateMaskedStore()
656 auto *PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedScatter() local
658 PtrTy->isOpaqueOrPointeeTypeMatches(DataTy->getElementType()) && in CreateMaskedScatter()
854 Type *PtrTy = DerivedPtr->getType(); in CreateGCGetPointerBase() local
856 M, Intrinsic::experimental_gc_get_pointer_base, {PtrTy, PtrTy}); in CreateGCGetPointerBase()
863 Type *PtrTy = DerivedPtr->getType(); in CreateGCGetPointerOffset() local
865 M, Intrinsic::experimental_gc_get_pointer_offset, {PtrTy}); in CreateGCGetPointerOffset()
1286 auto *PtrTy = cast<PointerType>(PtrValue->getType()); in CreateAlignmentAssumption() local
1287 Type *IntPtrTy = getIntPtrTy(DL, PtrTy->getAddressSpace()); in CreateAlignmentAssumption()