Searched refs:FixedSize (Results 1 – 9 of 9) sorted by relevance
70 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local71 *OffsetPtr += *FixedSize; in extractFast()78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local80 *OffsetPtr += *FixedSize; in extractFast()
159 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local160 Offset += *FixedSize; in getAttributeOffsetFromIndex()
175 if (Optional<uint8_t> FixedSize = in skipValue() local177 *OffsetPtr += *FixedSize; in skipValue()
428 if (Optional<uint8_t> FixedSize = in sizeOf() local430 return *FixedSize; in sizeOf()
81 field bit FixedSize = 0;198 let TSFlags{40} = FixedSize;
314 let FixedSize = 1;327 let FixedSize = 1;466 let FixedSize = 1;502 let FixedSize = 1;543 let FixedSize = 1;556 let FixedSize = 1;578 let FixedSize = 1;
1093 let FixedSize = 1;1111 let FixedSize = 1;
373 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local376 return FixedSize[i-1]; in GetCFNumberSize()
759 unsigned FixedSize = ElementCount * SEW; in CreateType() local763 } else if (FixedSize < 64) { in CreateType()766 LMUL = 64 / FixedSize; in CreateType()768 LMUL = FixedSize / 64; in CreateType()