Home
last modified time | relevance | path

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

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