Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Davx2-logic.ll86 define <8 x i32> @allOnes() nounwind {
/external/llvm/lib/Support/
DAPInt.cpp1445 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1449 nc = allOnes - (-d).urem(d); in magicu()