Searched refs:MAX_SUBTARGET_FEATURES (Results 1 – 2 of 2) sorted by relevance
33 const unsigned MAX_SUBTARGET_FEATURES = 128; variable34 class FeatureBitset : public std::bitset<MAX_SUBTARGET_FEATURES> {39 FeatureBitset(const bitset<MAX_SUBTARGET_FEATURES>& B) : bitset(B) {} in FeatureBitset()
124 if (N > MAX_SUBTARGET_FEATURES) in Enumeration()