Lines Matching refs:MulOps
1937 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
1938 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2220 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2222 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2223 InnerMul = getMulExpr(MulOps); in getAddExpr()
2253 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2255 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2256 InnerMul1 = getMulExpr(MulOps); in getAddExpr()
2260 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
2262 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
2263 InnerMul2 = getMulExpr(MulOps); in getAddExpr()
5001 SmallVector<const SCEV *, 4> MulOps; in createSCEV() local
5005 MulOps.push_back(OpSCEV); in createSCEV()
5011 MulOps.push_back( in createSCEV()
5017 MulOps.push_back(getSCEV(BO->RHS)); in createSCEV()
5020 MulOps.push_back(getSCEV(BO->LHS)); in createSCEV()
5026 return getMulExpr(MulOps); in createSCEV()