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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolution.h564 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
566 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS, function in class:llvm::ScalarEvolution
571 return getAddExpr(Ops, Flags);
573 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, function in class:llvm::ScalarEvolution
579 return getAddExpr(Ops, Flags);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1200 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
1202 const SCEV *getAddExpr(const SCEV *LHS, const SCEV *RHS, function in class:llvm::ScalarEvolution
1205 return getAddExpr(Ops, Flags);
1207 const SCEV *getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, function in class:llvm::ScalarEvolution
1210 return getAddExpr(Ops, Flags);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp823 Quotient = SE.getAddExpr(Qs);
824 Remainder = SE.getAddExpr(Rs);
1058 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
1111 return getAddExpr(Operands);
1272 const SCEV *PreStart = SE->getAddExpr(DiffOps, PreStartFlags);
1289 SE->getAddExpr((SE->*GetExtendExpr)(PreStart, WideTy),
1323 return SE->getAddExpr((SE->*GetExtendExpr)(AR->getStepRecurrence(*SE), Ty),
1489 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy);
1494 getAddExpr(WideStart,
1508 getAddExpr(WideStar
2022 const SCEV *ScalarEvolution::getAddExpr(SmallVectorImpl<const SCEV *> &Ops, function in class:ScalarEvolution
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp783 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
836 return getAddExpr(Operands);
960 const SCEV *Add = getAddExpr(Start, ZMul);
962 getAddExpr(getZeroExtendExpr(Start, WideTy),
976 Add = getAddExpr(Start, SMul);
978 getAddExpr(getZeroExtendExpr(Start, WideTy),
1092 const SCEV *PreStart = SE->getAddExpr(DiffOps, SA->getNoWrapFlags());
1103 SE->getAddExpr(SE->getSignExtendExpr(PreStart, WideTy),
1133 return SE->getAddExpr(SE->getSignExtendExpr(AR->getStepRecurrence(*SE), Ty),
1226 const SCEV *Add = getAddExpr(Star
1446 const SCEV *ScalarEvolution::getAddExpr(SmallVectorImpl<const SCEV *> &Ops, function in class:ScalarEvolution
[all...]

Completed in 170 milliseconds