Searched refs:CatOps (Results 1 – 1 of 1) sorted by relevance
6408 SmallVector<SDValue, 2> CatOps; in IsNOT() local6409 if (collectConcatOps(V.getNode(), CatOps)) { in IsNOT()6410 for (SDValue &CatOp : CatOps) { in IsNOT()6415 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), V.getValueType(), CatOps); in IsNOT()24255 SmallVector<SDValue, 4> CatOps; in LowerStore() local24256 if (StoredVal.hasOneUse() && collectConcatOps(StoredVal.getNode(), CatOps)) in LowerStore()50157 SmallVector<SDValue, 4> CatOps; in narrowExtractedVectorSelect() local50159 !collectConcatOps(Sel.getOperand(0).getNode(), CatOps)) in narrowExtractedVectorSelect()