Searched defs:addCase (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ | ||
| H A D | Instructions.cpp | 4363 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() function in SwitchInst |
| /llvm-project-15.0.7/clang/lib/Analysis/ | ||
| H A D | CFG.cpp | 4380 bool addCase = false; in shouldAddCase() local |