Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp354 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()
702 (APInt::tcExtractBit(significandParts(), in isDenormal()
1243 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()
2297 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2325 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()
2472 assert(APInt::tcExtractBit in roundSignificandWithExponent()
3782 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
H A DAPInt.cpp2398 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() function in APInt
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1601 static int tcExtractBit(const integerPart *, unsigned int bit);