Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1835 Init *NewCase = Case->resolveReferences(R); in resolveReferences() local
1836 NewConds.push_back(NewCase); in resolveReferences()
1837 Changed |= NewCase != Case; in resolveReferences()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp1921 Init *NewCase = Case->resolveReferences(R); in resolveReferences() local
1922 NewConds.push_back(NewCase); in resolveReferences()
1923 Changed |= NewCase != Case; in resolveReferences()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2649 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local
2650 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()
2652 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2922 Constant *NewCase = ConstantExpr::getSub(Case.getCaseValue(), AddRHS); in visitSwitchInst() local
2923 assert(isa<ConstantInt>(NewCase) && in visitSwitchInst()
2925 Case.setValue(cast<ConstantInt>(NewCase)); in visitSwitchInst()