Home
last modified time | relevance | path

Searched refs:NewCase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3751 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local
3752 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()
3754 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()
3763 Constant *NewCase = ConstantExpr::getSub(SubLHS, Case.getCaseValue()); in visitSwitchInst() local
3764 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()
3766 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2465 Init *NewCase = Case->resolveReferences(R); in resolveReferences() local
2466 NewConds.push_back(NewCase); in resolveReferences()
2467 Changed |= NewCase != Case; in resolveReferences()