Searched refs:PartsOpc (Results 1 – 1 of 1) sorted by relevance
2124 unsigned PartsOpc; in ExpandIntRes_Shift() local2126 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()2128 PartsOpc = ISD::SRL_PARTS; in ExpandIntRes_Shift()2131 PartsOpc = ISD::SRA_PARTS; in ExpandIntRes_Shift()2137 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift()2157 Lo = DAG.getNode(PartsOpc, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_Shift()