Home | History | Annotate | Download | only in Serialization

Lines Matching full:numelements

5372     unsigned NumElements = Record[1];
5374 return Context.getVectorType(ElementType, NumElements,
5385 unsigned NumElements = Record[1];
5386 return Context.getExtVectorType(ElementType, NumElements);