Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1930 static unsigned tcLSB(const WordType *, unsigned n);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp498 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()
1240 return APInt::tcLSB(significandParts(), partCount()); in significandLSB()
2363 APInt::tcLSB(parts.data(), dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
H A DAPInt.cpp2386 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() function in APInt