Searched defs:APInt (Results 1 – 25 of 44) sorted by relevance
12
29 using APInt = llvm::APInt; variable
24 class APInt; variable
30 class APInt; variable
18 class APInt; variable
23 class APInt; variable
26 class APInt; variable
29 class APInt; variable
47 class APInt; variable
60 class APInt; variable
39 class APInt; variable672 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
31 class APInt; variable
39 class APInt; variable153 explicit APInt() { U.VAL = 0; } in APInt() function156 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function164 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
28 class APInt; variable
35 class APInt; variable
33 class APInt; variable
160 const APInt &A, const APInt &B, in runOpWithExpandOnOverflow()161 function_ref<APInt(const APInt &, const APInt &, bool &Overflow)> Op) { in runOpWithExpandOnOverflow()
32 class APInt; variable
49 class APInt; variable
41 class APInt; variable