Home
last modified time | relevance | path

Searched refs:PartsOpc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2247 unsigned PartsOpc; in ExpandIntRes_Shift() local
2249 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()