Home | History | Annotate | Download | only in AST

Lines Matching refs:getVectorKind

2169   if (T->getVectorKind() == VectorType::NeonPolyVector) {
2250 if (T->getVectorKind() == VectorType::NeonPolyVector) {
2278 if ((T->getVectorKind() == VectorType::NeonVector ||
2279 T->getVectorKind() == VectorType::NeonPolyVector)) {
2288 if (T->getVectorKind() == VectorType::AltiVecPixel)
2290 else if (T->getVectorKind() == VectorType::AltiVecBool)