Searched defs:getSuccessorIndex (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCFG.h164 /// getSuccessorIndex - This is used to interface between code that wants to
166 unsigned getSuccessorIndex() const { return idx; } function in class:llvm::SuccIterator
H A DInstructions.h2617 return SI->getSuccessor(getSuccessorIndex());
2624 unsigned getSuccessorIndex() const { function in class:llvm::SwitchInst::CaseIteratorT
2689 SI->setSuccessor(getSuccessorIndex(), S);

Completed in 251 milliseconds