Searched refs:FixedSize (Results 1 – 9 of 9) sorted by relevance
69 if (std::optional<size_t> FixedSize = in extractFast() local71 *OffsetPtr += *FixedSize; in extractFast()78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local80 *OffsetPtr += *FixedSize; in extractFast()
157 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local158 Offset += *FixedSize; in getAttributeOffsetFromIndex()
174 if (std::optional<uint8_t> FixedSize = in skipValue() local176 *OffsetPtr += *FixedSize; in skipValue()
81 field bit FixedSize = 0;201 let TSFlags{40} = FixedSize;
322 let FixedSize = 1;335 let FixedSize = 1;350 let FixedSize = 1;363 let FixedSize = 1;502 let FixedSize = 1;538 let FixedSize = 1;579 let FixedSize = 1;592 let FixedSize = 1;614 let FixedSize = 1;3619 let FixedSize = 1;[all …]
731 let FixedSize = 1;1099 let FixedSize = 1;1117 let FixedSize = 1;
428 if (std::optional<uint8_t> FixedSize = in sizeOf() local430 return *FixedSize; in sizeOf()
374 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local377 return FixedSize[i-1]; in GetCFNumberSize()
776 unsigned FixedSize = ElementCount * SEW; in CreateType() local780 } else if (FixedSize < 64) { in CreateType()783 LMUL = 64 / FixedSize; in CreateType()785 LMUL = FixedSize / 64; in CreateType()