Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1361 setBitsSlowCase(loBit, hiBit); in setBits()
2032 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp310 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() function in APInt