Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9007 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; in expandABD() local
9009 if (isOperationLegal(MaxOpc, VT) && isOperationLegal(MinOpc, VT)) { in expandABD()
9010 SDValue Max = DAG.getNode(MaxOpc, dl, VT, LHS, RHS); in expandABD()