Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3952 SDValue LHSHigh, LHSLow, RHSHigh, RHSLow; in ExpandIntRes_XMULO() local
3954 GetExpandedInteger(RHS, RHSLow, RHSHigh); in ExpandIntRes_XMULO()
3962 DAG.getSetCC(dl, BitVT, RHSHigh, HalfZero, ISD::SETNE)); in ExpandIntRes_XMULO()
3967 SDValue Two = DAG.getNode(ISD::UMULO, dl, VTHalfWithO, RHSHigh, LHSLow); in ExpandIntRes_XMULO()