Home
last modified time | relevance | path

Searched defs:hiBit (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h236 getBitsSet(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSet() argument
249 getBitsSetWithWrap(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSetWithWrap() argument
1326 setBitsWithWrap(unsigned loBit,unsigned hiBit) setBitsWithWrap() argument
1339 setBits(unsigned loBit,unsigned hiBit) setBits() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp221 unsigned hiBit = loBit + N; addCodeToMergeInOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp310 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() argument