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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h598 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
600 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS, function in class:llvm::ScalarEvolution
605 return getAddExpr(Ops, Flags);
607 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, function in class:llvm::ScalarEvolution
613 return getAddExpr(Ops, Flags);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp812 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
864 return getAddExpr(Operands);
980 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy);
985 getAddExpr(WideStart,
999 getAddExpr(WideStart,
1112 const SCEV *PreStart = SE->getAddExpr(DiffOps, SA->getNoWrapFlags());
1123 SE->getAddExpr(SE->getSignExtendExpr(PreStart, WideTy),
1153 return SE->getAddExpr(SE->getSignExtendExpr(AR->getStepRecurrence(*SE), Ty),
1215 return getAddExpr(getSignExtendExpr(SC1, Ty),
1262 const SCEV *SAdd = getSignExtendExpr(getAddExpr(Star
1491 const SCEV *ScalarEvolution::getAddExpr(SmallVectorImpl<const SCEV *> &Ops, function in class:ScalarEvolution
[all...]

Completed in 75 milliseconds