Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp1993 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
1996 APInt::tcExtract(parts, dstPartsCount, src, semantics->precision, 0); in convertToSignExtendedInteger()
2130 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts()
2134 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts()
2365 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
DAPInt.cpp2501 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1419 static void tcExtract(integerPart *, unsigned int dstCount,