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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCFG.h132 /// getSuccessorIndex - This is used to interface between code that wants to
134 unsigned getSuccessorIndex() const { return idx; } function in class:llvm::SuccIterator
/external/llvm/include/llvm/IR/
H A DInstrTypes.h160 unsigned getSuccessorIndex() const { return idx; } function in class:llvm::TerminatorInst::SuccIterator
H A DInstructions.h3058 return SI->getSuccessor(getSuccessorIndex());
3065 unsigned getSuccessorIndex() const { function in class:llvm::SwitchInst::CaseIteratorT
3129 SI->setSuccessor(getSuccessorIndex(), S);

Completed in 126 milliseconds