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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 329 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
332 /// getGEPInductionOperand. However, if there is some other non-loop-invariant
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 137 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) {
159 /// getGEPInductionOperand. However, if there is some other non-loop-invariant
166 unsigned InductionOperand = getGEPInductionOperand(GEP);

Completed in 56 milliseconds