Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:SrcTy

289   if (PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType())) {
292 if (DestTy->getAddressSpace() != SrcTy->getAddressSpace())
295 Type *SrcPTy = SrcTy->getElementType();
309 SrcTy = cast<PointerType>(CastOp->getType());
310 SrcPTy = SrcTy->getElementType();
454 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType());
455 if (SrcTy == 0) return 0;
457 Type *SrcPTy = SrcTy->getElementType();
490 SrcTy = PointerType::get(SrcPTy, SrcTy->getAddressSpace());
499 SrcTy->getAddressSpace() !=