Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:ElemTy

464     static inline VectorType *getVecTypeForPair(Type *ElemTy, Type *Elem2Ty) {
465 assert(ElemTy->getScalarType() == Elem2Ty->getScalarType() &&
467 Type *STy = ElemTy->getScalarType();
470 if (VectorType *VTy = dyn_cast<VectorType>(ElemTy)) {