Searched refs:tcSet (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | APFloat.cpp | 622 APInt::tcSet(significand, 0, numParts); in makeNaN() 795 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand() 1889 APInt::tcSet(newParts, 0, newPartCount); in convert() 1964 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger() 1976 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
|
D | APInt.cpp | 2356 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() function in APInt 2660 tcSet(dst, 0, parts); in tcMultiply() 2686 tcSet(dst, 0, rhsParts); in tcFullMultiply() 2728 tcSet(lhs, 0, parts); in tcDivide()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1434 static void tcSet(integerPart *, integerPart, unsigned int);
|