Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h62 unsigned TypedCost; // int Cost : COST_BITS; unsigned Type : TYPE_BITS; variable
65 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()