Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2204 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3007 ScalarEvolution::getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddRecExpr() function in ScalarEvolution
3739 return getOrCreateAddRecExpr(Operands, L, Flags); in getAddRecExpr()