Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2826 const SCEV *InnerMul = Mul->getOperand(MulOp == 0); in getAddExpr() local
2833 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2835 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr()