Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:TheDiv

1381     BinaryOperator *TheDiv = dyn_cast<BinaryOperator>(Tmp);
1382 if (!TheDiv)
1386 assert(TheDiv->getOpcode() == Instruction::SDiv ||
1387 TheDiv->getOpcode() == Instruction::UDiv);
1389 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst));