Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:DestVTy

1699   if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) {
1700 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) {
1701 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType());