Searched refs:FixedSize (Results 1 – 9 of 9) sorted by relevance
76 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local77 *OffsetPtr += *FixedSize; in extractFast()84 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local86 *OffsetPtr += *FixedSize; in extractFast()
166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue() local167 Offset += *FixedSize; in getAttributeValue()
172 if (Optional<uint8_t> FixedSize = in skipValue() local174 *OffsetPtr += *FixedSize; in skipValue()
75 field bit FixedSize = 0;186 let TSFlags{40} = FixedSize;
288 let FixedSize = 1;426 let FixedSize = 1;461 let FixedSize = 1;532 let FixedSize = 1;
1078 let FixedSize = 1;1096 let FixedSize = 1;
436 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local437 return *FixedSize; in SizeOf()
376 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local379 return FixedSize[i-1]; in GetCFNumberSize()
752 unsigned FixedSize = ElementCount * SEW; in CreateType() local756 } else if (FixedSize < 64) { in CreateType()759 LMUL = 64 / FixedSize; in CreateType()761 LMUL = FixedSize / 64; in CreateType()