Home | History | Annotate | Download | only in IPO

Lines Matching refs:BinaryOperator

1116         LV = BinaryOperator::CreateNot(LV, "notinit", ICI);
1537 RunningOr = BinaryOperator::CreateOr(RunningOr, Cond, "tmp", CI);
2666 } else if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CurInst)) {
2670 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult