Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AArch64/
Ddivrem.ll17 ; CHECK-DAG: sdivrem
/external/llvm/unittests/ADT/
DAPIntTest.cpp211 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/
DDependenceAnalysis.cpp514 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()
DScalarEvolution.cpp775 APInt::sdivrem(NumeratorVal, DenominatorVal, QuotientVal, RemainderVal); in visitConstant()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp572 APInt::sdivrem(IndexOffset, ElementSize, Q, R); in emitBump()
/external/llvm/include/llvm/ADT/
DAPInt.h945 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td119 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
373 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp107 APInt::sdivrem(C1, C2, Quotient, Remainder); in IsMultiple()
DInstructionCombining.cpp1055 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
/external/llvm/lib/Support/
DAPInt.cpp1987 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt