Searched refs:FixedSize (Results 1 – 9 of 9) sorted by relevance
50 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local51 *OffsetPtr += *FixedSize; in extractFast()58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local60 *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;
270 let FixedSize = 1;400 let FixedSize = 1;435 let FixedSize = 1;506 let FixedSize = 1;
1049 let FixedSize = 1;1067 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()
774 unsigned FixedSize = ElementCount * SEW; in CreateType() local778 } else if (FixedSize < 64) { in CreateType()781 LMUL = 64 / FixedSize; in CreateType()783 LMUL = FixedSize / 64; in CreateType()