Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CONCAT_VECTORS

278     // Build a vector with BUILD_VECTOR or CONCAT_VECTORS from the
280 Val = DAG.getNode(IntermediateVT.isVector() ? ISD::CONCAT_VECTORS
504 //Val = DAG.getNode(ISD::CONCAT_VECTORS, DL, PartVT, Val, UndefElts);
3106 setValue(&I, DAG.getNode(ISD::CONCAT_VECTORS, getCurSDLoc(),
3114 setValue(&I, DAG.getNode(ISD::CONCAT_VECTORS, getCurSDLoc(),
3131 Src1 = Src1U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
3133 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,