Searched defs:APInt (Results 1 – 25 of 46) sorted by relevance
12
27 using APInt = llvm::APInt; variable
24 class APInt; variable
25 class APInt; variable
32 class APInt; variable
22 class APInt; variable
29 class APInt; variable
45 class APInt; variable
17 class APInt; variable
60 class APInt; variable
28 class APInt; variable
38 class APInt; variable542 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
30 class APInt; variable
35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} 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
36 class APInt; variable
34 class APInt; variable
85 class APInt; variable
31 class APInt; variable
8 class APInt { class
169 const APInt &a, const APInt &b, in runOpWithExpandOnOverflow()170 llvm::function_ref<APInt(const APInt &, const APInt &, bool &overflow)> in runOpWithExpandOnOverflow()