Searched refs:Select1 (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 4778 SDValue Select1 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In1, In2); in ExpandIntRes_FunnelShift() local 4781 Lo = DAG.getNode(Opc, DL, HalfVT, Select2, Select1, NewShAmt); in ExpandIntRes_FunnelShift()
|