Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h57 uint64_t extractBitsAsZExtValue(unsigned NumBits, in extractBitsAsZExtValue() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp489 uint64_t APInt::extractBitsAsZExtValue(unsigned numBits, in extractBitsAsZExtValue() function in APInt