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 575 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
577 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS,
582 return getAddExpr(Ops, Flags);
584 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2,
590 return getAddExpr(Ops, Flags);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 810 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
862 return getAddExpr(Operands);
    [all...]

Completed in 47 milliseconds