Searched refs:MaxIndex (Results 1 – 3 of 3) sorted by relevance
111 Index, MaxIndex: integer;114 MaxIndex := Dirs.Count-1;116 for Index := 0 to MaxIndex do122 if (Index < MaxIndex) then
1000 unsigned MaxIndex = 0; in buildBitSets() local1004 MaxIndex = std::max(MaxIndex, BitSetIdIndices[MI->get<Metadata *>()]); in buildBitSets()1006 Sets.emplace_back(I, MaxIndex); in buildBitSets()
2229 uint64_t MaxIndex = Info.SubtargetFeatures.size(); in getMinimalRequiredFeaturesType() local2230 if (MaxIndex > 0) in getMinimalRequiredFeaturesType()2231 MaxIndex--; in getMinimalRequiredFeaturesType()2232 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalRequiredFeaturesType()