Searched refs:OMulOp (Results 1 – 1 of 1) sorted by relevance
2212 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr() local2213 OMulOp != e; ++OMulOp) in getAddExpr()2214 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr()2223 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr()2226 OtherMul->op_begin()+OMulOp); in getAddExpr()2227 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()