Home | History | Annotate | Download | only in Utils

Lines Matching refs:VVal

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