Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:DestTy

2478       Type *DestTy = VectorType::get(CI->getType()->getScalarType(), VF);
2482 Entry[Part] = Builder.CreateCast(CI->getOpcode(), A[Part], DestTy);