Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:SrcTy

569       VectorType *SrcTy = dyn_cast<VectorType>(BC->getSrcTy());
572 if ((SrcTy == NULL) != (DestTy == NULL)) return 0;
574 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())