Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9710 unsigned MinOpc = IsSigned ? ISD::SMIN : ISD::UMIN; in expandABD() local
9711 if (isOperationLegal(MaxOpc, VT) && isOperationLegal(MinOpc, VT)) { in expandABD()
9713 SDValue Min = DAG.getNode(MinOpc, dl, VT, LHS, RHS); in expandABD()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8168 unsigned MinOpc = IsSigned ? ISD::SMIN : ISD::UMIN; in LowerOperation() local
8170 SDValue Min = DAG.getNode(MinOpc, dl, VT, LHS, RHS); in LowerOperation()