Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolutionDivision.cpp124 APInt::sdivrem(NumeratorVal, DenominatorVal, QuotientVal, RemainderVal); in visitConstant()
DDependenceAnalysis.cpp530 APInt::sdivrem(Xtop, Xbot, Xq, Xr); in intersectConstraints()
533 APInt::sdivrem(Ytop, Ybot, Yq, Yr); in intersectConstraints()
1187 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1375 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest()
1416 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1421 APInt::sdivrem(G0, G1, Q, R); in findGCD()
1439 APInt::sdivrem(A, B, Q, R); in floorOfQuotient()
1452 APInt::sdivrem(A, B, Q, R); in ceilingOfQuotient()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp1921 void APInt::sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem() function in APInt
1939 void APInt::sdivrem(const APInt &LHS, int64_t RHS, in sdivrem() function in APInt
2836 APInt::sdivrem(A, B, Quo, Rem); in RoundingSDiv()
3010 APInt::sdivrem(-B - (SQ+InexactSQ), TwoA, X, Rem); in SolveQuadraticEquationWrap()
3012 APInt::sdivrem(-B + SQ, TwoA, X, Rem); in SolveQuadraticEquationWrap()
DAPFixedPoint.cpp306 APInt::sdivrem(ThisVal, OtherVal, Result, Rem); in div()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1108 static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient,
1110 static void sdivrem(const APInt &LHS, int64_t RHS, APInt &Quotient,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp598 APInt::sdivrem(IndexOffset, ElementSize, Q, R); in emitBump()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td124 def SDTIntBinHiLoOp : SDTypeProfile<2, 2, [ // mulhi, mullo, sdivrem, udivrem
380 def sdivrem : SDNode<"ISD::SDIVREM" , SDTIntBinHiLoOp>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp718 APInt::sdivrem(C1, C2, Quotient, Remainder); in isMultiple()
DInstructionCombining.cpp1393 APInt::sdivrem(CI->getValue(), Scale, Quotient, Remainder); in Descale()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrCompiler.td1343 // If this is an anyext of the remainder of an 8-bit sdivrem, use a MOVSX
1344 // instead of a MOVZX. The sdivrem lowering will emit emit a MOVSX to move