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