Home | History | Annotate | Download | only in VMCore

Lines Matching defs:addCase

3147 /// addCase - Add an entry to the switch instruction...
3149 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) {