Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1829 const SCEV *getOrCreateAddExpr(SmallVectorImpl<const SCEV *> &Ops,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp2411 return getOrCreateAddExpr(Ops, Flags); in getAddExpr()
2744 return getOrCreateAddExpr(Ops, Flags); in getAddExpr()
2748 ScalarEvolution::getOrCreateAddExpr(SmallVectorImpl<const SCEV *> &Ops, in getOrCreateAddExpr() function in ScalarEvolution