Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9266 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7056 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; in LowerOperation()
7058 SDValue Max = DAG.getNode(MaxOpc, dl, VT, LHS, RHS); in LowerOperation()
7054 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; LowerOperation() local