Searched refs:MaxOpc (Results 1 – 1 of 1) sorted by relevance
9007 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; in expandABD() local9009 if (isOperationLegal(MaxOpc, VT) && isOperationLegal(MinOpc, VT)) { in expandABD()9010 SDValue Max = DAG.getNode(MaxOpc, dl, VT, LHS, RHS); in expandABD()