Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h647 static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet) { in getLowBitsSet() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h492 static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet) { in getLowBitsSet() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h536 static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet) { in getLowBitsSet() function
/external/llvm/include/llvm/ADT/
DAPInt.h532 static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet) { in getLowBitsSet() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1844 TEST(APIntTest, getLowBitsSet) { in TEST() argument