Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1404 flipAllBitsSlowCase(); in flipAllBits()
2009 void flipAllBitsSlowCase();
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp344 void APInt::flipAllBitsSlowCase() { in flipAllBitsSlowCase() function in APInt