reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1422 assert(hiBit <= BitWidth && "hiBit out of range"); 1424 assert(loBit <= hiBit && "loBit greater than hiBit"); 1425 if (loBit == hiBit) 1427 if (loBit < APINT_BITS_PER_WORD && hiBit <= APINT_BITS_PER_WORD) { 1428 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - (hiBit - loBit)); 1435 setBitsSlowCase(loBit, hiBit);