Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/ADT/
HDAPInt.h1588 static integerPart tcAdd(integerPart *, const integerPart *,
/trueos/contrib/llvm/lib/Support/
HDAPInt.cpp2456 APInt::tcAdd(integerPart *dst, const integerPart *rhs, in tcAdd() function in APInt
HDAPFloat.cpp876 return APInt::tcAdd(parts, rhs.significandParts(), 0, partCount()); in addSignificand()