Searched refs:ConstCaseIt (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DCFGPrinter.h98 SwitchInst::ConstCaseIt Case =
99 SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2512 SubsetsConstIt, const BasicBlock> ConstCaseIt; typedef in class:llvm::SwitchInst
2557 ConstCaseIt case_begin() const {
2558 return ConstCaseIt(this, 0, TheSubsets.begin());
2568 ConstCaseIt case_end() const {
2569 return ConstCaseIt(this, getNumCases(), TheSubsets.end());
2579 ConstCaseIt case_default() const {
2580 return ConstCaseIt(this, DefaultPseudoIndex, TheSubsets.end());
2593 ConstCaseIt findCaseValue(const ConstantInt *C) const {
2594 for (ConstCaseIt i = case_begin(), e = case_end(); i != e; ++i)
2649 for (ConstCaseIt
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DCloneFunction.cpp326 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CppBackend/
H A DCPPBackend.cpp1129 for (SwitchInst::ConstCaseIt i = SI->case_begin(), e = SI->case_end();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2492 for (SwitchInst::ConstCaseIt i = SI.case_begin(), e = SI.case_end();

Completed in 148 milliseconds