Home
last modified time | relevance | path

Searched refs:allOnes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DAPInt.cpp1536 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1540 nc = allOnes - (-d).urem(d); in magicu()