Searched defs:APInt (Results 1 – 25 of 32) sorted by relevance
12
22 class APInt; variable
26 class APInt; variable
29 class APInt; variable
49 class APInt; variable
33 class APInt; variable
23 class APInt; variable
32 class APInt; variable
27 class APInt; variable
34 class APInt; variable
31 class APInt; variable
58 class APInt; variable
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
34 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} 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
35 class APInt; variable
32 class APInt; variable477 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
53 class APInt; variable