Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IB

683   } else if (IndirectBrInst *IB = dyn_cast<IndirectBrInst>(Terminator)) {
685 if (IB->getNumSuccessors() == 0) return false;
686 Condition = IB->getAddress()->stripPointerCasts();