Home
last modified time | relevance | path

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

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