Searched refs:TYPE_BITS (Results 1 – 1 of 1) sorted by relevance
60 enum { TYPE_BITS = 2 }; enumerator61 enum { COST_BITS = unsigned(sizeof(unsigned)) * CHAR_BIT - TYPE_BITS };70 return (int(TypedCost << TYPE_BITS)) >> TYPE_BITS; in getCost()74 TypedCost = (unsigned(C << TYPE_BITS) >> TYPE_BITS) | (T << COST_BITS); in InlineCost()