Searched refs:UnpkHi (Results 1 – 1 of 1) sorted by relevance
14722 unsigned UnpkHi = Signed ? AArch64ISD::SUNPKHI : AArch64ISD::UUNPKHI; in LowerDIV() local14725 SDValue Op0Hi = DAG.getNode(UnpkHi, dl, WidenedVT, Op.getOperand(0)); in LowerDIV()14726 SDValue Op1Hi = DAG.getNode(UnpkHi, dl, WidenedVT, Op.getOperand(1)); in LowerDIV()