Searched defs:Quotient (Results 1 – 11 of 11) sorted by relevance
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 49 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 79 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 170 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 200 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 89 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); in generatedUnsignedRemainderCode() local 453 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), in expandDivision() local 468 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), in expandDivision() local
|
D | BypassSlowDivision.cpp | 39 PHINode *Quotient; member
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local 103 uint64_t Quotient = Dividend / Divisor; in divide64() local
|
D | APInt.cpp | 1669 APInt *Quotient, APInt *Remainder) in divide() 1875 APInt Quotient(1,0); // to hold result. in udiv() local 1940 APInt &Quotient, APInt &Remainder) { in udivrem() 1980 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 224 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 224 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 992 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 1565 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3629 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7245 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|