Searched refs:OutElemTy (Results 1 – 2 of 2) sorted by relevance
2938 EVT OutElemTy = NOutVT.getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local2952 Ops[i] = DAG.getNode(ISD::ANY_EXTEND, dl, OutElemTy, Ext); in PromoteIntRes_CONCAT_VECTORS()2960 Ops[i + NumElem0] = DAG.getNode(ISD::ANY_EXTEND, dl, OutElemTy, Ext); in PromoteIntRes_CONCAT_VECTORS()
3318 EVT OutElemTy = NOutVT.getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local3334 Ops[i * NumElem + j] = DAG.getNode(ISD::ANY_EXTEND, dl, OutElemTy, Ext); in PromoteIntRes_CONCAT_VECTORS()