Home | History | Annotate | Download | only in Utils

Lines Matching refs:VVal

3565     ConstantInt *VVal = SI->findCaseDest(BB);
3566 assert(VVal && "Should have a unique destination value");
3567 ICI->setOperand(0, VVal);