Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp641 SmallVector<ValueRange> newCaseOperands; in dropSwitchCasesThatMatchDefault() local
654 newCaseOperands.push_back(op.getCaseOperands(it.index())); in dropSwitchCasesThatMatchDefault()
663 newCaseValues, newCaseDestinations, newCaseOperands); in dropSwitchCasesThatMatchDefault()
719 SmallVector<ValueRange> newCaseOperands; in simplifyPassThroughSwitch() local
733 newCaseOperands.push_back(caseOperands); in simplifyPassThroughSwitch()
749 newCaseDests, newCaseOperands); in simplifyPassThroughSwitch()
865 SmallVector<ValueRange> newCaseOperands; in simplifySwitchFromDefaultSwitchOnSameCondition() local
877 newCaseOperands.push_back(op.getCaseOperands(it.index())); in simplifySwitchFromDefaultSwitchOnSameCondition()
886 newCaseValues, newCaseDestinations, newCaseOperands); in simplifySwitchFromDefaultSwitchOnSameCondition()