Home
last modified time | relevance | path

Searched defs:getSExtValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h161 inline int64_t getSExtValue() const { return Val.getSExtValue(); } in getSExtValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1522 int64_t getSExtValue() const { in getSExtValue() function