Home
last modified time | relevance | path

Searched refs:getOrCreateAddExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2056 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2450 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr()
2846 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr()
2850 ScalarEvolution::getOrCreateAddExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddExpr() function in ScalarEvolution