Searched refs:NewCase (Results 1 – 2 of 2) sorted by relevance
3751 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local3752 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()3754 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()3763 Constant *NewCase = ConstantExpr::getSub(SubLHS, Case.getCaseValue()); in visitSwitchInst() local3764 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()3766 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()
2465 Init *NewCase = Case->resolveReferences(R); in resolveReferences() local2466 NewConds.push_back(NewCase); in resolveReferences()2467 Changed |= NewCase != Case; in resolveReferences()