Searched refs:NewCaseVal (Results 1 – 1 of 1) sorted by relevance
2123 Constant* NewCaseVal = ConstantExpr::getSub(LHS, AddRHS); in visitSwitchInst() local2124 assert(isa<ConstantInt>(NewCaseVal) && in visitSwitchInst()2126 i.setValue(cast<ConstantInt>(NewCaseVal)); in visitSwitchInst()