Lines Matching defs:Div
56 Instruction *Div;
61 m_Instruction(Div)),
66 M.Key.SignedOp = Div->getOpcode() == Instruction::SDiv;
245 // It's only safe to hoist if every instruction before the Div/Rem in the
261 // Div
265 // DivBB will always reach the Div/Rem, we can hoist Div to PredBB. If
274 // Div Rem
278 // and DivBB will always reach the Div/Rem, we can hoist Div to PredBB.