Home
last modified time | relevance | path

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

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