Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CONCAT_VECTORS

256     // Build a vector with BUILD_VECTOR or CONCAT_VECTORS from the
259 ISD::CONCAT_VECTORS : ISD::BUILD_VECTOR, DL,
476 //Val = DAG.getNode(ISD::CONCAT_VECTORS, DL, PartVT, Val, UndefElts);
2845 setValue(&I, DAG.getNode(ISD::CONCAT_VECTORS, getCurDebugLoc(),
2853 setValue(&I, DAG.getNode(ISD::CONCAT_VECTORS, getCurDebugLoc(),
2870 Src1 = Src1U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2873 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,