Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1578 mu magicu(unsigned LeadingZeros = 0) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1876 mu magicu(unsigned LeadingZeros = 0) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1426 APInt::mu APInt::magicu(unsigned LeadingZeros) const { in magicu() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1270 APInt::mu APInt::magicu(unsigned LeadingZeros) const { in magicu() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4841 APInt::mu magics = Divisor.magicu(); in BuildUDIV()
4849 magics = Divisor.lshr(PreShift).magicu(PreShift); in BuildUDIV()