Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14131 unsigned DivOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in LowerDivRem() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3522 unsigned DivOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in visitREM() local