Searched refs:loBits (Results 1 – 1 of 1) sorted by relevance
1369 void setLowBits(unsigned loBits) { return setBits(0, loBits); } in setLowBits() argument1397 void clearLowBits(unsigned loBits) { in clearLowBits() argument1398 assert(loBits <= BitWidth && "More bits than bitwidth"); in clearLowBits()1399 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); in clearLowBits()