Searched refs:getOrCreateAddExpr (Results 1 – 2 of 2) sorted by relevance
2014 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
2359 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr()2704 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr()2708 ScalarEvolution::getOrCreateAddExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddExpr() function in ScalarEvolution