Searched refs:ElementBitwidth (Results 1 – 1 of 1) sorted by relevance
141 unsigned Bitwidth, ElementBitwidth, NumVectors; member in __anon56007b1a0111::Type147 NoManglingQ(false), Bitwidth(0), ElementBitwidth(0), NumVectors(0) {} in Type()153 ElementBitwidth(0), NumVectors(0) { in Type()176 bool isFloat() const { return Float && ElementBitwidth == 32; } in isFloat()177 bool isDouble() const { return Float && ElementBitwidth == 64; } in isDouble()178 bool isHalf() const { return Float && ElementBitwidth == 16; } in isHalf()180 bool isChar() const { return ElementBitwidth == 8; } in isChar()181 bool isShort() const { return !Float && ElementBitwidth == 16; } in isShort()182 bool isInt() const { return !Float && ElementBitwidth == 32; } in isInt()183 bool isLong() const { return !Float && ElementBitwidth == 64; } in isLong()[all …]