Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp355 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()
703 (APInt::tcExtractBit(significandParts(), in isDenormal()
1232 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()
2286 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2314 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()
2461 assert(APInt::tcExtractBit in roundSignificandWithExponent()
3769 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
DAPInt.cpp2359 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1588 static int tcExtractBit(const integerPart *, unsigned int bit);