Searched refs:CatOps (Results 1 – 1 of 1) sorted by relevance
6405 SmallVector<SDValue, 2> CatOps; in IsNOT() local6406 if (collectConcatOps(V.getNode(), CatOps)) { in IsNOT()6407 for (SDValue &CatOp : CatOps) { in IsNOT()6412 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT()24423 SmallVector<SDValue, 4> CatOps; in LowerStore() local24424 if (StoredVal.hasOneUse() && collectConcatOps(StoredVal.getNode(), CatOps)) in LowerStore()50537 SmallVector<SDValue, 4> CatOps; in narrowExtractedVectorSelect() local50539 !collectConcatOps(Sel.getOperand(0).getNode(), CatOps)) in narrowExtractedVectorSelect()