Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9266 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; in expandABD() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7054 unsigned MaxOpc = IsSigned ? ISD::SMAX : ISD::UMAX; in LowerOperation() local