Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h1540 mu magicu(unsigned LeadingZeros = 0) const;
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2614 APInt::mu magics = N1C.magicu(); in BuildUDIV()
2628 magics = N1C.lshr(Shift).magicu(Shift); in BuildUDIV()
/freebsd-9-stable/contrib/llvm/lib/Support/
DAPInt.cpp1439 APInt::mu APInt::magicu(unsigned LeadingZeros) const { in magicu() function in APInt