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

  /external/llvm/lib/Analysis/
Delinearization.cpp 10 // This implements an analysis pass that tries to delinearize all GEP
78 else if (GetElementPtrInst *Gep = dyn_cast<GetElementPtrInst>(&Inst))
79 return Gep->getPointerOperand();
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 696 /// when the last index of the GEP is the induction variable, or that the
    [all...]

Completed in 47 milliseconds