Searched defs:DivOpc (Results 1 – 6 of 6) sorted by relevance
1544 unsigned DivOpc = Node->getOpcode() == ISD::VP_SREM ? ISD::VP_SDIV : ISD::VP_UDIV; ExpandVP_REM() local
10684 unsigned DivOpc = isSigned ? ISD::SDIV : ISD::UDIV; expandREM() local
1918 unsigned DivOpc; in selectDivRem() local
929 unsigned DivOpc = IsSigned ? Instruction::SDiv : Instruction::UDiv; global() variable
5332 unsigned DivOpc = IsSigned ? ISD::SDIV : ISD::UDIV; PerformREMCombine() local
4608 unsigned DivOpc; selectRem() local