Home
last modified time | relevance | path

Searched refs:loBitsSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h284 static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet) { in getLowBitsSet() argument
286 Res.setLowBits(loBitsSet); in getLowBitsSet()