Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1627 rewriter.replaceOpWithNewOp<mlir::LLVM::SMaxOp>(op, llvmTy, lhs, rhs); in matchAndRewrite()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19434 if (SDValue SMaxOp = in combineTruncToVnclip() local
19442 if (SDValue SMaxOp = MatchMinMax(V, ISD::SMAX, RISCVISD::SMAX_VL, LoC)) in combineTruncToVnclip() local
19444 MatchMinMax(SMaxOp, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip()
19462 if (SDValue SMaxOp = in combineTruncToVnclip() local
19465 return SMaxOp; in combineTruncToVnclip()
19467 if (SDValue SMaxOp = MatchMinMax(V, ISD::SMAX, RISCVISD::SMAX_VL, LoC)) in combineTruncToVnclip() local
19469 MatchMinMax(SMaxOp, ISD::SMIN, RISCVISD::SMIN_VL, HiC)) in combineTruncToVnclip()