Searched defs:VVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2398 ConstantInt *VVal = SI->findCaseDest(BB); local
2399 assert(VVal && "Should have a unique destination value");
2400 ICI->setOperand(0, VVal);

Completed in 54 milliseconds