Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1796 static WordType tcSubtractPart(WordType *, WordType, unsigned);
1854 return tcSubtractPart(dst, 1, parts); in tcDecrement()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp221 tcSubtractPart(U.pVal, RHS, getNumWords()); in operator -=()
2464 APInt::WordType APInt::tcSubtractPart(WordType *dst, WordType src, in tcSubtractPart() function in APInt