Searched refs:MaxIndex (Results 1 – 2 of 2) sorted by relevance
111 Index, MaxIndex: integer;114 MaxIndex := Dirs.Count-1;116 for Index := 0 to MaxIndex do122 if (Index < MaxIndex) then
2178 uint64_t MaxIndex = Info.SubtargetFeatures.size(); in getMinimalRequiredFeaturesType() local2179 if (MaxIndex > 0) in getMinimalRequiredFeaturesType()2180 MaxIndex--; in getMinimalRequiredFeaturesType()2181 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalRequiredFeaturesType()