Searched defs:getSExtValue (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Constants.h | 161 inline int64_t getSExtValue() const { return Val.getSExtValue(); } getSExtValue() function |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 1522 int64_t getSExtValue() const { getSExtValue() function |