Searched refs:DestPtrTy (Results 1 – 5 of 5) sorted by relevance
3031 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local3033 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()
8142 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local8143 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()8153 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local8156 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
6153 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local6154 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()