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

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 573 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
575 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS,
580 return getAddExpr(Ops, Flags);
582 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2,
588 return getAddExpr(Ops, Flags);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 802 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
855 return getAddExpr(Operands);
    [all...]

Completed in 46 milliseconds