Searched defs:Quotient (Results 1 – 7 of 7) sorted by relevance
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 48 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 78 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 74 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); in generatedUnsignedRemainderCode() local 397 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), in expandDivision() local 412 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), in expandDivision() local
|
D | BypassSlowDivision.cpp | 38 PHINode *Quotient; member
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 284 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1668 APInt *Quotient, APInt *Remainder) in divide() 1874 APInt Quotient(1,0); // to hold result. in udiv() local 1939 APInt &Quotient, APInt &Remainder) { in udivrem() 1979 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 883 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3388 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local
|