Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp88 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); in generatedUnsignedRemainderCode() local
448 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), in expandDivision() local
468 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), in expandDivision() local
DBypassSlowDivision.cpp47 Value *Quotient; member
59 Value *Quotient = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local
103 uint64_t Quotient = Dividend / Divisor; in divide64() local
DAPInt.cpp1479 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1634 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1667 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1787 APInt &Quotient, APInt &Remainder) { in udivrem()
1857 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, in udivrem()
1919 APInt &Quotient, APInt &Remainder) { in sdivrem()
1937 APInt &Quotient, int64_t &Remainder) { in sdivrem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp655 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple()
712 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
736 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
DInstructionCombining.cpp1245 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1627 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide()
1834 APInt Quotient(1,0); // to hold result. in udiv() local
1899 APInt &Quotient, APInt &Remainder) { in udivrem()
1951 APInt &Quotient, APInt &Remainder) { in sdivrem()
/third_party/grpc/src/csharp/Grpc.Examples/
DMath.cs301 public long Quotient { property in Math.DivReply
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp828 Value *Quotient = getMulHu(Builder, Tmp0, Num); in expandDivRem32() local
DAMDGPUISelLowering.cpp1900 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4001 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1113 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member