Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1369 void setLowBits(unsigned loBits) { return setBits(0, loBits); } setLowBits() function
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2284 TEST(APIntTest,setLowBits) TEST() argument