Home
last modified time | relevance | path

Searched refs:MaxIndex (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Windows/
Dfonttools-win-setup.iss111 Index, MaxIndex: integer;
114 MaxIndex := Dirs.Count-1;
116 for Index := 0 to MaxIndex do
122 if (Index < MaxIndex) then
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp1000 unsigned MaxIndex = 0; in buildBitSets() local
1004 MaxIndex = std::max(MaxIndex, BitSetIdIndices[MI->get<Metadata *>()]); in buildBitSets()
1006 Sets.emplace_back(I, MaxIndex); in buildBitSets()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2229 uint64_t MaxIndex = Info.SubtargetFeatures.size(); in getMinimalRequiredFeaturesType() local
2230 if (MaxIndex > 0) in getMinimalRequiredFeaturesType()
2231 MaxIndex--; in getMinimalRequiredFeaturesType()
2232 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalRequiredFeaturesType()