Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp367 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()
1163 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()
2161 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2189 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()
2346 assert(APInt::tcExtractBit in roundSignificandWithExponent()
DAPInt.cpp2352 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1434 static int tcExtractBit(const integerPart *, unsigned int bit);