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

/external/llvm/include/llvm/IR/
H A DInstructions.h2770 /// findCaseValue - Search all of the case values for the specified constant.
2774 CaseIt findCaseValue(const ConstantInt *C) { function in class:llvm::SwitchInst
2780 ConstCaseIt findCaseValue(const ConstantInt *C) const { function in class:llvm::SwitchInst

Completed in 184 milliseconds