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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4764 SDValue LHSHigh, LHSLow, RHSHigh, RHSLow; local
4766 GetExpandedInteger(RHS, RHSLow, RHSHigh);
4774 DAG.getSetCC(dl, BitVT, RHSHigh, HalfZero, ISD::SETNE));
4779 SDValue Two = DAG.getNode(ISD::UMULO, dl, VTHalfWithO, RHSHigh, LHSLow);

Completed in 137 milliseconds