Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp51 static uint64_t allOnes(unsigned int Count) { in allOnes() function
H A DSystemZISelDAGToDAG.cpp99 static uint64_t allOnes(unsigned int Count) { in allOnes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp1275 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local