Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2023 Init *NewCase = Case->resolveReferences(R); in resolveReferences() local
2024 NewConds.push_back(NewCase); in resolveReferences()
2025 Changed |= NewCase != Case; in resolveReferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2947 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local
2948 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()
2950 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()