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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h31 scUDivExpr, scAddRecExpr, scUMaxExpr, scSMaxExpr, enumerator in enum:llvm::SCEVTypes
174 S->getSCEVType() == scAddRecExpr;
295 : SCEVNAryExpr(ID, scAddRecExpr, O, N), L(l) {}
357 return S->getSCEVType() == scAddRecExpr;
546 case scAddRecExpr:
604 case scAddRecExpr: {

Completed in 67 milliseconds