Searched refs:udivrem (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 812 static void udivrem(const APInt &LHS, const APInt &RHS, 819 APInt::udivrem(-LHS, -RHS, Quotient, Remainder); in sdivrem() 821 APInt::udivrem(-LHS, RHS, Quotient, Remainder); in sdivrem() 825 APInt::udivrem(LHS, -RHS, Quotient, Remainder); in sdivrem() 828 APInt::udivrem(LHS, RHS, Quotient, Remainder); in sdivrem()
|
/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>;
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1373 udivrem(r[i], r[i^1], q, r[i]); in multiplicativeInverse() 1916 void APInt::udivrem(const APInt &LHS, const APInt &RHS, in udivrem() function in APInt
|
D | APFloat.cpp | 3472 APInt::udivrem(significand, ten, significand, digit); in toString()
|