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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 92 Value *IVSrc = 0;
112 IVSrc = IVOperand->getOperand(0);
113 // IVSrc must be the (SCEVable) IV, since the other operand is const.
114 assert(SE->isSCEVable(IVSrc->getType()) && "Expect SCEVable IV operand");
126 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D));
139 UseInst->setOperand(OperIdx, IVSrc);
146 return IVSrc;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 29 milliseconds