Searched refs:CatOps (Results 1 – 1 of 1) sorted by relevance
6058 SmallVector<SDValue, 2> CatOps; in IsNOT() local6059 if (collectConcatOps(V.getNode(), CatOps)) { in IsNOT()6060 for (SDValue &CatOp : CatOps) { in IsNOT()6065 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT()22715 SmallVector<SDValue, 4> CatOps; in LowerStore() local22716 if (StoredVal.hasOneUse() && collectConcatOps(StoredVal.getNode(), CatOps)) in LowerStore()45634 SmallVector<SDValue, 4> CatOps; in narrowExtractedVectorSelect() local45636 !collectConcatOps(Sel.getOperand(0).getNode(), CatOps)) in narrowExtractedVectorSelect()