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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 600 const SCEV *getAddRecExpr(const SCEV *Start, const SCEV *Step,
602 const SCEV *getAddRecExpr(SmallVectorImpl<const SCEV *> &Operands,
604 const SCEV *getAddRecExpr(const SmallVectorImpl<const SCEV *> &Operands,
607 return getAddRecExpr(NewOp, L, Flags);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolution.h 561 const SCEV *getAddRecExpr(const SCEV *Start, const SCEV *Step, const Loop *L,
563 const SCEV *getAddRecExpr(SmallVectorImpl<const SCEV *> &Operands,
565 const SCEV *getAddRecExpr(const SmallVectorImpl<const SCEV *> &Operands,
568 return getAddRecExpr(NewOp, L, Flags);
    [all...]

Completed in 1228 milliseconds