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 98 Value *IVSrc = nullptr;
118 IVSrc = IVOperand->getOperand(0);
119 // IVSrc must be the (SCEVable) IV, since the other operand is const.
120 assert(SE->isSCEVable(IVSrc->getType()) && "Expect SCEVable IV operand");
132 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D));
145 UseInst->setOperand(OperIdx, IVSrc);
152 return IVSrc;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 68 milliseconds