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 269 const SCEV *SOp = M->getOperand(i);
270 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
271 if (FactorOutConstant(SOp, Remainder, Factor, SE, DL) &&
274 NewMulOps[i] = SOp;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 68 milliseconds