Searched defs:allOnes (Results 1 – 3 of 3) sorted by relevance
51 static uint64_t allOnes(unsigned int Count) { in allOnes() function
99 static uint64_t allOnes(unsigned int Count) { in allOnes() function
1275 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local