Lines Matching refs:BinaryOperator
921 LV = BinaryOperator::CreateNot(LV, "notinit", ICI);1335 RunningOr = BinaryOperator::CreateOr(RunningOr, Cond, "tmp", CI);2498 } else if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CurInst)) {2502 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult