Lines Matching refs:ExtVector
2015 case Type::ExtVector:
3345 case Type::ExtVector:
4150 case Type::ExtVector:
4611 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector,
9269 case Type::ExtVector:
11487 // Canonicalize ExtVector -> Vector.
11488 if (LHSClass == Type::ExtVector) LHSClass = Type::Vector;
11489 if (RHSClass == Type::ExtVector) RHSClass = Type::Vector;
11542 case Type::ExtVector:
11706 // FIXME: The merged type should be an ExtVector!
13808 case Type::ExtVector: {
13946 CANONICAL_TYPE(ExtVector)