Home | History | Annotate | Download | only in Analysis

Lines Matching defs:BO

567   BinaryOperator *BO = dyn_cast<BinaryOperator>(BBI);
568 if (BO && !isa<ConstantInt>(BO->getOperand(1))) {