Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:isValidElementType

603     if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) ||
604 !(VectorType::isValidElementType(T2) || T2->isVectorTy()))