Searched refs:OtherMul (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1698 const SCEVMulExpr *OtherMul = cast<SCEVMulExpr>(Ops[OtherMulIdx]); variable
1699 // If MulOp occurs in OtherMul, we can fold the two multiplies
1701 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands();
1703 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) {
1712 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0);
1713 if (OtherMul->getNumOperands() != 2) {
1714 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(),
1715 OtherMul->op_begin()+OMulOp);
1716 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul
[all...]

Completed in 492 milliseconds