Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp38 PHINode *Quotient; member
/external/llvm/lib/Support/
DAPInt.cpp1668 APInt *Quotient, APInt *Remainder) in divide()
1874 APInt Quotient(1,0); // to hold result. in udiv() local
1917 APInt &Quotient, APInt &Remainder) { in udivrem()
/external/llvm/include/llvm/ADT/
DAPInt.h845 APInt &Quotient, APInt &Remainder) { in sdivrem()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3380 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local