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 576 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
578 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS,
583 return getAddExpr(Ops, Flags);
585 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2,
591 return getAddExpr(Ops, Flags);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 804 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
856 return getAddExpr(Operands);
    [all...]

Completed in 40 milliseconds