Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2022 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2730 ScalarEvolution::getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddRecExpr() function in ScalarEvolution
3435 return getOrCreateAddRecExpr(Operands, L, Flags); in getAddRecExpr()