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

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 273 const SCEV *SOp = M->getOperand(i);
274 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
275 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
278 NewMulOps[i] = SOp;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 107 milliseconds