Searched refs:udivrem (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Support/ |
D | APInt.cpp | 1373 udivrem(r[i], r[i^1], q, r[i]); in multiplicativeInverse() 1938 void APInt::udivrem(const APInt &LHS, const APInt &RHS, in udivrem() function in APInt 1982 APInt::udivrem(-LHS, -RHS, Quotient, Remainder); in sdivrem() 1984 APInt::udivrem(-LHS, RHS, Quotient, Remainder); in sdivrem() 1989 APInt::udivrem(LHS, -RHS, Quotient, Remainder); in sdivrem() 1992 APInt::udivrem(LHS, RHS, Quotient, Remainder); in sdivrem()
|
D | ConstantRange.cpp | 496 APInt::udivrem(LowerDiv, MaxBitValue, Div, LowerDiv); in truncate()
|
D | APFloat.cpp | 3465 APInt::udivrem(significand, ten, significand, digit); in toString()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 834 static void udivrem(const APInt &LHS, const APInt &RHS,
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 102 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem 329 def udivrem : SDNode<"ISD::UDIVREM" , SDTIntBinHiLoOp>;
|