Home | History | Annotate | Download | only in IR

Lines Matching defs:NewOps

1134   SmallVector<Constant*, 8> NewOps;
1136 NewOps.push_back(i == OpNo ? Op : getOperand(i));
1138 return getWithOperands(NewOps);
2810 SmallVector<Constant*, 8> NewOps;
2813 NewOps.push_back(Op == From ? To : Op);
2816 Constant *Replacement = getWithOperands(NewOps);