Home | History | Annotate | Download | only in docs

Lines Matching full:apint

3010   * ``const APInt& getValue() const``: Returns the underlying
3011 value of this constant, an APInt value.
3013 * ``int64_t getSExtValue() const``: Converts the underlying APInt value to an
3014 int64_t via sign extension. If the value (not the bit width) of the APInt
3018 * ``uint64_t getZExtValue() const``: Converts the underlying APInt value
3020 APInt is too large to fit in a uint64_t, an assertion will result. For this
3023 * ``static ConstantInt* get(const APInt& Val)``: Returns the ConstantInt