Searched refs:Select3 (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 4780 SDValue Select3 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In3, In4); in ExpandIntRes_FunnelShift() local 4782 Hi = DAG.getNode(Opc, DL, HalfVT, Select3, Select2, NewShAmt); in ExpandIntRes_FunnelShift()
|