Lines Matching refs:MulOps
1405 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
1406 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
1655 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1657 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
1658 InnerMul = getMulExpr(MulOps); in getAddExpr()
1688 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1690 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
1691 InnerMul1 = getMulExpr(MulOps); in getAddExpr()
1695 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
1697 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
1698 InnerMul2 = getMulExpr(MulOps); in getAddExpr()
3611 SmallVector<const SCEV *, 4> MulOps; in createSCEV() local
3612 MulOps.push_back(getSCEV(U->getOperand(1))); in createSCEV()
3617 MulOps.push_back(getSCEV(U->getOperand(1))); in createSCEV()
3619 MulOps.push_back(getSCEV(U->getOperand(0))); in createSCEV()
3620 return getMulExpr(MulOps); in createSCEV()