Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MulOp

2157       for (auto &MulOp : MulOpLists)
2158 if (MulOp.first != 0)
2159 Ops.push_back(getMulExpr(getConstant(MulOp.first),
2160 getAddExpr(MulOp.second)));
2174 for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) {
2175 const SCEV *MulOpSCEV = Mul->getOperand(MulOp);
2181 const SCEV *InnerMul = Mul->getOperand(MulOp == 0);
2186 Mul->op_begin()+MulOp);
2187 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end());
2210 // If MulOp occurs in OtherMul, we can fold the two multiplies
2216 const SCEV *InnerMul1 = Mul->getOperand(MulOp == 0);
2219 Mul->op_begin()+MulOp);
2220 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end());