Searched defs:APInt (Results 1 – 25 of 43) sorted by relevance
12
29 using APInt = llvm::APInt; variable
24 class APInt; variable
25 class APInt; variable
33 class APInt; variable
22 class APInt; variable
26 class APInt; variable
29 class APInt; variable
45 class APInt; variable
17 class APInt; variable
60 class APInt; variable
30 class APInt; variable
39 class APInt; variable654 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
31 class APInt; variable
34 class APInt; variable
37 class APInt; variable151 explicit APInt() { U.VAL = 0; } in APInt() function154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
28 class APInt; variable
32 class APInt; variable
49 class APInt; variable
40 class APInt; variable