Searched defs:DivOpc (Results 1 – 6 of 6) sorted by relevance
1538 unsigned DivOpc = Node->getOpcode() == ISD::VP_SREM ? ISD::VP_SDIV : ISD::VP_UDIV; in ExpandVP_REM() local
11109 unsigned DivOpc = isSigned ? ISD::SDIV : ISD::UDIV; in expandREM() local
1918 unsigned DivOpc; in selectDivRem() local
942 unsigned DivOpc = IsSigned ? Instruction::SDiv : Instruction::UDiv; variable
4622 unsigned DivOpc; in selectRem() local
5596 unsigned DivOpc = IsSigned ? ISD::SDIV : ISD::UDIV; in PerformREMCombine() local