Searched refs:ElementBitwidth (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp141 unsigned Bitwidth, ElementBitwidth, NumVectors; member in class:__anon3419::Type
147 NoManglingQ(false), Bitwidth(0), ElementBitwidth(0), NumVectors(0) {}
153 ElementBitwidth(0), NumVectors(0) {
176 bool isFloat() const { return Float && ElementBitwidth == 32; }
177 bool isDouble() const { return Float && ElementBitwidth == 64; }
178 bool isHalf() const { return Float && ElementBitwidth == 16; }
180 bool isChar() const { return ElementBitwidth == 8; }
181 bool isShort() const { return !Float && ElementBitwidth == 16; }
182 bool isInt() const { return !Float && ElementBitwidth == 32; }
183 bool isLong() const { return !Float && ElementBitwidth
[all...]

Completed in 93 milliseconds