Searched refs:IBR (Results 1 – 1 of 1) sorted by relevance
661 if (auto *IBR = dyn_cast<IndirectBrInst>(&TI)) { in getFeasibleSuccessors() local663 ValueLatticeElement IBRValue = getValueState(IBR->getAddress()); in getFeasibleSuccessors()675 for (unsigned i = 0; i < IBR->getNumSuccessors(); ++i) { in getFeasibleSuccessors()677 if (IBR->getDestination(i) == T) { in getFeasibleSuccessors()