Searched refs:MaxOpc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9709 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; in expandABD() local 9711 if (isOperationLegal(MaxOpc, VT) && isOperationLegal(MinOpc, VT)) { in expandABD() 9712 SDValue Max = DAG.getNode(MaxOpc, dl, VT, LHS, RHS); in expandABD()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 8167 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; in LowerOperation() local 8169 SDValue Max = DAG.getNode(MaxOpc, dl, VT, LHS, RHS); in LowerOperation()
|