Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp642 SmallVector<APInt> newCaseValues; in dropSwitchCasesThatMatchDefault() local
655 newCaseValues.push_back(it.value()); in dropSwitchCasesThatMatchDefault()
663 newCaseValues, newCaseDestinations, newCaseOperands); in dropSwitchCasesThatMatchDefault()
866 SmallVector<APInt> newCaseValues; in simplifySwitchFromDefaultSwitchOnSameCondition() local
878 newCaseValues.push_back(it.value()); in simplifySwitchFromDefaultSwitchOnSameCondition()
886 newCaseValues, newCaseDestinations, newCaseOperands); in simplifySwitchFromDefaultSwitchOnSameCondition()