Home | History | Annotate | Download | only in Sema

Lines Matching refs:vectorSize

1429     unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue());
1431 if (vectorSize == 0) {
1437 return Context.getExtVectorType(T, vectorSize);
3839 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8);
3842 if (vectorSize % typeSize) {
3848 if (vectorSize == 0) {
3857 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize,