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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 94 Value *IVSrc = 0;
114 IVSrc = IVOperand->getOperand(0);
115 // IVSrc must be the (SCEVable) IV, since the other operand is const.
116 assert(SE->isSCEVable(IVSrc->getType()) && "Expect SCEVable IV operand");
128 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D));
141 UseInst->setOperand(OperIdx, IVSrc);
148 return IVSrc;
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 91 Value *IVSrc = nullptr;
111 IVSrc = IVOperand->getOperand(0);
112 // IVSrc must be the (SCEVable) IV, since the other operand is const.
113 assert(SE->isSCEVable(IVSrc->getType()) && "Expect SCEVable IV operand");
125 FoldedExpr = SE->getUDivExpr(SE->getSCEV(IVSrc), SE->getSCEV(D));
138 UseInst->setOperand(OperIdx, IVSrc);
145 return IVSrc;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 144 milliseconds