Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h289 static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet) { in getLowBitsSet() argument
291 Res.setLowBits(loBitsSet); in getLowBitsSet()