Searched defs:hiBit (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 236 getBitsSet(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSet() argument |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ | ||
H A D | CodeEmitterGen.cpp | 221 unsigned hiBit = loBit + N; addCodeToMergeInOperand() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 310 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() argument |