Searched defs:getAddExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h576 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
578 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS, function in class:llvm::ScalarEvolution
583 return getAddExpr(Ops, Flags);
585 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, function in class:llvm::ScalarEvolution
591 return getAddExpr(Ops, Flags);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp804 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
856 return getAddExpr(Operands);
972 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy);
977 getAddExpr(WideStart,
991 getAddExpr(WideStart,
1105 const SCEV *PreStart = SE->getAddExpr(DiffOps, SA->getNoWrapFlags());
1116 SE->getAddExpr(SE->getSignExtendExpr(PreStart, WideTy),
1146 return SE->getAddExpr(SE->getSignExtendExpr(AR->getStepRecurrence(*SE), Ty),
1238 const SCEV *SAdd = getSignExtendExpr(getAddExpr(Start, SMul), WideTy);
1243 getAddExpr(WideStar
1452 const SCEV *ScalarEvolution::getAddExpr(SmallVectorImpl<const SCEV *> &Ops, function in class:ScalarEvolution
[all...]

Completed in 92 milliseconds