Home | History | Annotate | Download | only in Utils

Lines Matching refs:VVal

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