Home
last modified time | relevance | path

Searched refs:tcDecrement (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1872 static WordType tcDecrement(WordType *dst, unsigned parts) { in tcDecrement() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp190 tcDecrement(U.pVal, getNumWords()); in operator --()
H A DAPFloat.cpp4539 APInt::tcDecrement(Parts, partCount()); in next()