Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2170 const SCEV *getOrCreateMulExpr(ArrayRef<const SCEV *> Ops,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3056 ScalarEvolution::getOrCreateMulExpr(ArrayRef<const SCEV *> Ops, in getOrCreateMulExpr() function in ScalarEvolution
3184 return getOrCreateMulExpr(Ops, ComputeFlags(Ops)); in getMulExpr()
3394 return getOrCreateMulExpr(Ops, ComputeFlags(Ops)); in getMulExpr()