Searched refs:MinOpc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9710 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 D | RISCVISelLowering.cpp | 8168 unsigned MinOpc = IsSigned ? ISD::SMIN : ISD::UMIN; in LowerOperation() local 8170 SDValue Min = DAG.getNode(MinOpc, dl, VT, LHS, RHS); in LowerOperation()
|