Searched refs:SOp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp269 const SCEV *SOp = M->getOperand(i); local
270 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
271 if (FactorOutConstant(SOp, Remainder, Factor, SE, DL) &&
274 NewMulOps[i] = SOp;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4926 SDValue SOp = SetCC->getOperand(j); local
4927 if (SOp == Trunc)
4930 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp));

Completed in 2732 milliseconds