Searched refs:sdivrem (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 197 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/ |
D | DependenceAnalysis.cpp | 509 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/ |
D | APInt.h | 837 static void sdivrem(const APInt &LHS, const APInt &RHS,
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 102 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem 328 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 884 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1978 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt
|