Home | History | Annotate | Download | only in Sema

Lines Matching defs:typeSize

1074     unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result));
1075 assert(typeSize > 0 && "type size for vector must be greater than 0 bits");
1081 Result = Context.getVectorType(Result, 128/typeSize, VecKind);
4664 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType));
4669 if (vectorSize % typeSize) {
4675 if (VectorType::isVectorSizeTooLarge(vectorSize / typeSize)) {
4690 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize,
4825 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType));
4827 unsigned vecSize = typeSize * numElts;