Lines Matching defs:APSInt
33 #include "llvm/ADT/APSInt.h"
39 using APSInt = llvm::APSInt;
144 const Pointer &Ptr, const APSInt &IntValue);
164 const APSInt Val = RHS.toAPSInt();
210 APSInt LHSInt = LHS.toAPSInt();
345 APSInt Value = OpAP<APSInt>()(LHS.toAPSInt(Bits), RHS.toAPSInt(Bits));
689 APSInt NegatedValue = -Value.toAPSInt(Value.bitWidth() + 1);
747 APSInt APResult;
1852 // Helper to report an invalid offset, computed as APSInt.
1855 APSInt APOffset(Offset.toAPSInt().extend(Bits + 2), /*IsUnsigend=*/false);
1856 APSInt APIndex(APInt(Bits + 2, Index, /*IsSigned=*/true),
1858 APSInt NewIndex =
2051 APSInt FromAP = From.toAPSInt();
2068 APSInt Result(std::max(8u, T::bitWidth()),
2094 APSInt Result(BitWidth, /*IsUnsigned=*/true);
2114 APSInt Result(BitWidth, /*IsUnsigned=*/false);
2799 const APSInt &Value);
2805 const APSInt Val = S.Stk.peek<T>().toAPSInt();