Searched defs:APInt (Results 1 – 25 of 90) sorted by relevance
1234
24 class APInt; variable
23 class APInt; variable
39 class APInt; variable
22 class APInt; variable
26 class APInt; variable
29 class APInt; variable
20 class APInt; variable
25 class APInt; variable
17 class APInt; variable
58 class APInt; variable
60 class APInt; variable
7 class APInt { class
35 class APInt; variable107 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { in APInt() function321 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function329 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function345 explicit APInt() : BitWidth(1) { U.VAL = 0; } in APInt() function
43 class APInt; variable102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function283 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function291 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function306 explicit APInt() : BitWidth(1), VAL(0) {} in APInt() function
36 class APInt; variable150 explicit APInt() { U.VAL = 0; } in APInt() function153 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function161 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
35 class APInt; variable
34 class APInt; variable