Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1821 TEST(APIntTest, extractBits) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp403 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits() function in APInt