HomeSort by relevance Sort by last modified time
    Searched refs:FactorOutConstant (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 178 /// FactorOutConstant - Test if S is divisible by Factor, using signed
185 static bool FactorOutConstant(const SCEV *&S,
249 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
264 if (!FactorOutConstant(Step, StepRem, Factor, SE, TD))
269 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD))
400 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 219 /// FactorOutConstant - Test if S is divisible by Factor, using signed
226 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder,
280 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL))
285 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL))
417 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) {
    [all...]

Completed in 3803 milliseconds