Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h60 enum { TYPE_BITS = 2 }; enumerator
61 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()