Home
last modified time | relevance | path

Searched refs:sdivrem (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/ADT/
DAPIntTest.cpp197 APInt::sdivrem(nine, two, q, r); in TEST()
200 APInt::sdivrem(-nine, two, q, r); in TEST()
203 APInt::sdivrem(nine, -two, q, r); in TEST()
206 APInt::sdivrem(-nine, -two, q, r); in TEST()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp509 APInt::sdivrem(Xtop, Xbot, Xq, Xr); in intersectConstraints()
512 APInt::sdivrem(Ytop, Ybot, Yq, Yr); in intersectConstraints()
1048 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1242 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest()
1284 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1289 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1311 APInt::sdivrem(A, B, Q, R); in floorOfQuotient()
1326 APInt::sdivrem(A, B, Q, R); in ceilingOfQuotient()
/external/llvm/include/llvm/ADT/
DAPInt.h837 static void sdivrem(const APInt &LHS, const APInt &RHS,
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td102 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
328 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp884 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
/external/llvm/lib/Support/
DAPInt.cpp1978 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt