Searched refs:DestPtrTy (Results 1 – 5 of 5) sorted by relevance
2753 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local2755 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
2938 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local2940 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
6663 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local6664 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()6674 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local6677 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
8015 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local8016 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()8026 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local8029 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
6153 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local6154 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()