Home
last modified time | relevance | path

Searched refs:udivrem (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1201 udivrem(r[i], r[i^1], q, r[i]); in multiplicativeInverse()
1786 void APInt::udivrem(const APInt &LHS, const APInt &RHS, in udivrem() function in APInt
1857 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, in udivrem() function in APInt
1922 APInt::udivrem(-LHS, -RHS, Quotient, Remainder); in sdivrem()
1924 APInt::udivrem(-LHS, RHS, Quotient, Remainder); in sdivrem()
1929 APInt::udivrem(LHS, -RHS, Quotient, Remainder); in sdivrem()
1932 APInt::udivrem(LHS, RHS, Quotient, Remainder); in sdivrem()
1941 APInt::udivrem(-LHS, -RHS, Quotient, R); in sdivrem()
1943 APInt::udivrem(-LHS, RHS, Quotient, R); in sdivrem()
1948 APInt::udivrem(LHS, -RHS, Quotient, R); in sdivrem()
[all …]
DAPFloat.cpp3580 APInt::udivrem(significand, ten, significand, digit); in toString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1360 udivrem(r[i], r[i^1], q, r[i]); in multiplicativeInverse()
1898 void APInt::udivrem(const APInt &LHS, const APInt &RHS, in udivrem() function in APInt
1954 APInt::udivrem(-LHS, -RHS, Quotient, Remainder); in sdivrem()
1956 APInt::udivrem(-LHS, RHS, Quotient, Remainder); in sdivrem()
1961 APInt::udivrem(LHS, -RHS, Quotient, Remainder); in sdivrem()
1964 APInt::udivrem(LHS, RHS, Quotient, Remainder); in sdivrem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1103 static void udivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
1105 static void udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h923 static void udivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td124 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
363 def udivrem : SDNode<"ISD::UDIVREM" , SDTIntBinHiLoOp>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp671 APInt::udivrem(C1, C2, Quotient, Remainder); in isMultiple()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5081 APInt::udivrem(APInt::getAllOnesValue(W), D, Q, R); in prepareUREMEqFold()
DDAGCombiner.cpp6092 APInt::udivrem(ExtractFromAmt, ExtractDiv, ResultAmt, Rem); in extractShiftForRotate()