Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1490 void setLowBits(unsigned loBits) { in setLowBits() function
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2154 TEST(APIntTest, setLowBits) { in TEST() argument