Home
last modified time | relevance | path

Searched defs:Quotient (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp84 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); in generatedUnsignedRemainderCode() local
419 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), in expandDivision() local
439 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), in expandDivision() local
H A DBypassSlowDivision.cpp45 Value *Quotient; member
57 Value *Quotient = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DScaledNumber.cpp69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local
103 uint64_t Quotient = Dividend / Divisor; in divide64() local
H A DAPInt.cpp1449 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1604 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1637 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1757 APInt &Quotient, APInt &Remainder) { in udivrem()
1827 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, in udivrem()
1889 APInt &Quotient, APInt &Remainder) { in sdivrem()
1907 APInt &Quotient, int64_t &Remainder) { in sdivrem()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h66 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp56 const SCEV *Denominator, const SCEV **Quotient, in divide()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp849 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple()
981 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
1006 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
H A DInstructionCombining.cpp1462 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h499 fInt A, B, Quotient; in Divide() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4117 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) in GenerateScales() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7419 SDValue Quotient = DAG.getNode(ISD::MUL, dl, VT, Dividend, in expandDIVREMByConstant() local