Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IB

672   } else if (IndirectBrInst *IB = dyn_cast<IndirectBrInst>(Terminator)) {
674 if (IB->getNumSuccessors() == 0) return false;
675 Condition = IB->getAddress()->stripPointerCasts();