Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1800 static unsigned tcLSB(const WordType *, unsigned n);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp652 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()
1465 return APInt::tcLSB(significandParts(), partCount()); in significandLSB()
2699 APInt::tcLSB(parts.data(), dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
HDAPInt.cpp2349 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() function in APInt