Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp48 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/
DIntegerDivision.cpp74 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
DBypassSlowDivision.cpp38 PHINode *Quotient; member
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp284 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
/external/llvm/lib/Support/
DAPInt.cpp1668 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/
DInstructionCombining.cpp883 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3388 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local