Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp2022 Init *NewCase = Case->resolveReferences(R); in resolveReferences() local
2023 NewConds.push_back(NewCase); in resolveReferences()
2024 Changed |= NewCase != Case; in resolveReferences()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3013 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local
3014 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()
3016 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()