Home | History | Annotate | Download | only in Sema

Lines Matching defs:typeSize

895     unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result));
896 assert(typeSize > 0 && "type size for vector must be greater than 0 bits");
902 Result = Context.getVectorType(Result, 128/typeSize, VecKind);
3837 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType));
3842 if (vectorSize % typeSize) {
3857 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize,
3943 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType));
3945 unsigned vecSize = typeSize * numElts;