Home
last modified time | relevance | path

Searched defs:DivRemOpc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3778 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; ExpandNode() local
H A DTargetLowering.cpp11028 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; expandREM() local
H A DDAGCombiner.cpp4611 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM; useDivRem() local
[all...]