Lines Matching defs:OC
61 /// \returns the VVP_* SDNode opcode corresponsing to \p OC.
244 unsigned OC = Op->getOpcode();
250 switch (OC) {
262 unsigned OriginalOC = OC;
263 if (auto VVPOpc = getVVPOpcode(OC))
264 OC = *VVPOpc;
266 if (isVVPReductionOp(OC))
270 switch (OC) {
485 unsigned OC =
487 return DAG.getNode(OC, DL, DestVT, Vec, AVL);