Home
last modified time | relevance | path

Searched defs:getHighBitsSet (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h635 static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet) { in getHighBitsSet() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h476 static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet) { in getHighBitsSet() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h518 static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet) { in getHighBitsSet() function
/external/llvm/include/llvm/ADT/
DAPInt.h514 static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet) { in getHighBitsSet() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1872 TEST(APIntTest, getHighBitsSet) { in TEST() argument