Searched refs:DestPtrTy (Results 1 – 3 of 3) sorted by relevance
3183 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local3185 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
8515 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local8516 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()8527 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local8530 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
10097 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local10098 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()