/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 84 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 D | BypassSlowDivision.cpp | 45 Value *Quotient; member 57 Value *Quotient = nullptr; member
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local 103 uint64_t Quotient = Dividend / Divisor; in divide64() local
|
H A D | APInt.cpp | 1449 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 D | ScalarEvolutionDivision.h | 66 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolutionDivision.cpp | 56 const SCEV *Denominator, const SCEV **Quotient, in divide()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 849 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 D | InstructionCombining.cpp | 1462 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 499 fInt A, B, Quotient; in Divide() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 4117 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) in GenerateScales() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7419 SDValue Quotient = DAG.getNode(ISD::MUL, dl, VT, Dividend, in expandDIVREMByConstant() local
|