Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp809 Optional<DenseIntElementsAttr> predCaseValues = predSwitch.getCaseValues(); in simplifySwitchFromSwitchOnSameCondition() local
811 predCaseValues->getValues<APInt>()[it - predDests.begin()]); in simplifySwitchFromSwitchOnSameCondition()
859 auto predCaseValues = predSwitch.getCaseValues(); in simplifySwitchFromDefaultSwitchOnSameCondition() local
860 for (int64_t i = 0, size = predCaseValues->size(); i < size; ++i) in simplifySwitchFromDefaultSwitchOnSameCondition()
862 caseValuesToRemove.insert(predCaseValues->getValues<APInt>()[i]); in simplifySwitchFromDefaultSwitchOnSameCondition()