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

  /external/llvm/include/llvm/Analysis/
VectorUtils.h 67 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
70 /// getGEPInductionOperand. However, if there is some other non-loop-invariant
  /external/llvm/lib/Analysis/
VectorUtils.cpp 231 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) {
254 /// getGEPInductionOperand. However, if there is some other non-loop-invariant
261 unsigned InductionOperand = getGEPInductionOperand(GEP);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 234 milliseconds