Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h54 uint64_t extractBitsAsZExtValue(unsigned NumBits, in extractBitsAsZExtValue() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp480 uint64_t APInt::extractBitsAsZExtValue(unsigned numBits, in extractBitsAsZExtValue() function in APInt