reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2197 dstPartsCount = partCountForBits(width); 2198 assert(dstPartsCount <= parts.size() && "Integer too big"); 2207 APInt::tcSetLeastSignificantBits(parts.data(), dstPartsCount, bits); 2209 APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1);