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