Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1331 setBitsSlowCase(loBit, hiBit); in setBits()
1962 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp301 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() function in APInt