Searched refs:sdivrem (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | divrem.ll | 17 ; CHECK-DAG: sdivrem
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 211 APInt::sdivrem(nine, two, q, r); in TEST() 214 APInt::sdivrem(-nine, two, q, r); in TEST() 217 APInt::sdivrem(nine, -two, q, r); in TEST() 220 APInt::sdivrem(-nine, -two, q, r); in TEST() 410 APInt::sdivrem(p, a, q, r); in testDiv() 426 APInt::sdivrem(p, b, q, r); in testDiv()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 514 APInt::sdivrem(Xtop, Xbot, Xq, Xr); in intersectConstraints() 517 APInt::sdivrem(Ytop, Ybot, Yq, Yr); in intersectConstraints() 1122 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest() 1314 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest() 1356 APInt::sdivrem(G0, G1, Q, R); in findGCD() 1361 APInt::sdivrem(G0, G1, Q, R); in findGCD() 1383 APInt::sdivrem(A, B, Q, R); in floorOfQuotient() 1398 APInt::sdivrem(A, B, Q, R); in ceilingOfQuotient()
|
D | ScalarEvolution.cpp | 775 APInt::sdivrem(NumeratorVal, DenominatorVal, QuotientVal, RemainderVal); in visitConstant()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 572 APInt::sdivrem(IndexOffset, ElementSize, Q, R); in emitBump()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 945 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 119 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem 373 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 107 APInt::sdivrem(C1, C2, Quotient, Remainder); in IsMultiple()
|
D | InstructionCombining.cpp | 1055 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1987 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt
|