Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1876 mu magicu(unsigned LeadingZeros = 0) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp1270 APInt::mu APInt::magicu(unsigned LeadingZeros) const { in magicu() function in APInt
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp4841 APInt::mu magics = Divisor.magicu(); in BuildUDIV()
4849 magics = Divisor.lshr(PreShift).magicu(PreShift); in BuildUDIV()