Searched refs:PartsOpc (Results 1 – 1 of 1) sorted by relevance
2247 unsigned PartsOpc; in ExpandIntRes_Shift() local2249 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()2251 PartsOpc = ISD::SRL_PARTS; in ExpandIntRes_Shift()2254 PartsOpc = ISD::SRA_PARTS; in ExpandIntRes_Shift()2260 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift()2280 Lo = DAG.getNode(PartsOpc, dl, DAG.getVTList(VT, VT), Ops); in ExpandIntRes_Shift()