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.h1918 static WordType tcDecrement(WordType *dst, unsigned parts) { in tcDecrement() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp191 tcDecrement(U.pVal, getNumWords()); in operator --()
H A DAPFloat.cpp4716 APInt::tcDecrement(Parts, partCount()); in next()