Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:SrcTy

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