Searched refs:getOrCreateAddExpr (Results 1 – 2 of 2) sorted by relevance
2166 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
2586 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr()3006 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr()3010 ScalarEvolution::getOrCreateAddExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddExpr() function in ScalarEvolution