forked from OSchip/llvm-project
parent
2c819b0358
commit
edf5e640fa
|
@ -812,7 +812,7 @@ public:
|
||||||
APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
|
APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
|
||||||
APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
||||||
APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
||||||
APInt sshl_ov(unsigned Amt, bool &Overflow);
|
APInt sshl_ov(unsigned Amt, bool &Overflow) const;
|
||||||
|
|
||||||
/// @returns the bit value at bitPosition
|
/// @returns the bit value at bitPosition
|
||||||
/// @brief Array-indexing support.
|
/// @brief Array-indexing support.
|
||||||
|
|
Loading…
Reference in New Issue