Searched refs:NewCase (Results 1 – 2 of 2) sorted by relevance
3291 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local3292 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()3294 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()3303 Constant *NewCase = ConstantExpr::getSub(SubLHS, Case.getCaseValue()); in visitSwitchInst() local3304 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()3306 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()