Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:DestTy

598       VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
602 if ((SrcTy == NULL) != (DestTy == NULL)) return 0;
604 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())