Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumElements

5193     unsigned NumElements = Record[1];
5195 return Context.getVectorType(ElementType, NumElements,
5206 unsigned NumElements = Record[1];
5207 return Context.getExtVectorType(ElementType, NumElements);