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