Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:DestPTy

301   Type *DestPTy = DestTy->getElementType();
310 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
311 DestPTy->isVectorTy()) {
336 IC.getDataLayout()->getTypeSizeInBits(DestPTy)) {
476 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType();
482 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
529 IC.getDataLayout()->getTypeSizeInBits(DestPTy))
536 if (SrcPTy->isPointerTy() && DestPTy->isPointerTy() &&
537 SrcPTy->getPointerAddressSpace() != DestPTy->getPointerAddressSpace())
545 Type* CastSrcTy = DestPTy;