Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9267 unsigned MinOpc = IsSigned ? ISD::SMIN : ISD::UMIN; in expandABD() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7055 unsigned MinOpc = IsSigned ? ISD::SMIN : ISD::UMIN; LowerOperation() local