Searched refs:DestPtrTy (Results 1 – 4 of 4) sorted by relevance
483 auto *DestPtrTy = dyn_cast<PointerType>(CE->getType()); in ConstantFoldLoadThroughBitcast() local484 if (!DestPtrTy) in ConstantFoldLoadThroughBitcast()486 Type *DestTy = DestPtrTy->getElementType(); in ConstantFoldLoadThroughBitcast()
6168 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local6169 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()6179 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local6182 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
2863 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local2865 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
5265 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local5266 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()