Searched refs:COST_BITS (Results 1 – 1 of 1) sorted by relevance
61 enum { COST_BITS = unsigned(sizeof(unsigned)) * CHAR_BIT - TYPE_BITS }; enumerator65 return Kind(TypedCost >> COST_BITS); in getType()74 TypedCost = (unsigned(C << TYPE_BITS) >> TYPE_BITS) | (T << COST_BITS); in InlineCost()