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 598 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
600 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS,
605 return getAddExpr(Ops, Flags);
607 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2,
613 return getAddExpr(Ops, Flags);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 812 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
864 return getAddExpr(Operands);
    [all...]

Completed in 54 milliseconds