Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2143 Init *NewCase = Case->resolveReferences(R); in resolveReferences() local
2144 NewConds.push_back(NewCase); in resolveReferences()
2145 Changed |= NewCase != Case; in resolveReferences()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3207 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local
3208 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()
3210 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()