Home
last modified time | relevance | path

Searched defs:getSExtValue (Results 1 – 2 of 2) sorted by last modified time

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