HomeSort by: relevance | last modified time | path
    Searched refs:getIVIncOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 256 Instruction *getIVIncOperand(Instruction *IncV, Instruction *InsertPos,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 968 /// getIVIncOperand returns an induction variable increment's induction
977 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV,
1060 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true);
1084 (IVOper = getIVIncOperand(IVOper, L->getLoopPreheader()->getTerminator(),

Completed in 16 milliseconds