Searched defs:getWidth (Results 1 – 5 of 5) sorted by relevance
49 CharUnits getWidth() const { in getWidth() function
62 unsigned getWidth() const { return Width; } getWidth() function
137 ElementCount getWidth() const { in getWidth() function
73 unsigned IntegerType::getWidth() const { return getImpl()->width; } getWidth() function in IntegerType 89 unsigned FloatType::getWidth() { getWidth() function in FloatType
42 template <class DigitsT> inline int getWidth() { return sizeof(DigitsT) * 8; } in getWidth() function