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 90 Value *IVSrc = 0;
110 IVSrc = IVOperand->getOperand(0);
111 // IVSrc must be the (SCEVable) IV, since the other operand is const.
112 assert(SE->isSCEVable(IVSrc->getType()) && "Expect SCEVable IV operand");
124 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D));
137 UseInst->setOperand(OperIdx, IVSrc);
144 return IVSrc;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 26 milliseconds