Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:isValidElementType

906     if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) ||
907 !(VectorType::isValidElementType(T2) || T2->isVectorTy()))