Searched refs:CatOps (Results 1 – 1 of 1) sorted by relevance
5012 SmallVector<SDValue, 2> CatOps; in IsNOT() local5013 if (collectConcatOps(V.getNode(), CatOps, DAG)) { in IsNOT()5014 for (SDValue &CatOp : CatOps) { in IsNOT()5019 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT()