Home
last modified time | relevance | path

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

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