Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h209 KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const { in extractBits() function
380 KnownBits extractBits(unsigned NumBits, unsigned BitPosition) { in extractBits() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp426 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits() function in APInt