Searched refs:TypedCost (Results 1 – 1 of 1) sorted by relevance
62 unsigned TypedCost; // int Cost : COST_BITS; unsigned Type : TYPE_BITS; variable65 return Kind(TypedCost >> COST_BITS); in getType()70 return (int(TypedCost << TYPE_BITS)) >> TYPE_BITS; in getCost()74 TypedCost = (unsigned(C << TYPE_BITS) >> TYPE_BITS) | (T << COST_BITS); in InlineCost()