Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16578 if (SDValue SMinOp = MatchMinMax(V, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip() local
16580 MatchMinMax(SMinOp, ISD::SMAX, RISCVISD::SMAX_VL, LoC)) in combineTruncToVnclip()
16582 return SMinOp; in combineTruncToVnclip()
16588 if (SDValue SMinOp = in combineTruncToVnclip() local
16592 return DAG.getNode(RISCVISD::SMAX_VL, DL, V.getValueType(), SMinOp, in combineTruncToVnclip()
16606 if (SDValue SMinOp = MatchMinMax(V, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip() local
16608 MatchMinMax(SMinOp, ISD::SMAX, RISCVISD::SMAX_VL, LoC)) in combineTruncToVnclip()
16613 if (SDValue SMinOp = in combineTruncToVnclip() local
16616 return SMinOp; in combineTruncToVnclip()