Searched refs:DestPtrTy (Results 1 – 3 of 3) sorted by relevance
3422 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local3424 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
9544 Type *DestPtrTy = in BuildConstantFromSCEV() local9546 OpC = ConstantExpr::getBitCast(OpC, DestPtrTy); in BuildConstantFromSCEV()
11377 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local11378 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()