Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h2060 const SCEV *getOrCreateMulExpr(ArrayRef<const SCEV *> Ops,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2895 ScalarEvolution::getOrCreateMulExpr(ArrayRef<const SCEV *> Ops, in getOrCreateMulExpr() function in ScalarEvolution
3023 return getOrCreateMulExpr(Ops, ComputeFlags(Ops)); in getMulExpr()
3232 return getOrCreateMulExpr(Ops, ComputeFlags(Ops)); in getMulExpr()