Home
last modified time | relevance | path

Searched defs:caseValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h101 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) in Case() local
148 if (auto caseValue = BaseT::template castValue<CaseT>(this->value)) { in Case() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-case.cpp76 GetValue(const parser::CaseValue & caseValue) GetValue() argument
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp688 const APInt &caseValue) { in foldSwitch() argument
710 APInt caseValue; in simplifyConstSwitchValue() local
/llvm-project/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp680 Value caseValue = rewriter.create<arith::IndexCastOp>( matchAndRewrite() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp3052 __anonc6773cb54202(const CaseValue &caseValue) genFIR() argument
3080 if (const auto *caseValue = std::get_if<CaseValue>(&caseValueRange.u)) { genFIR() local
3121 auto caseValue = valueList.begin(); genFIR() local
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp2166 handleSwitch(*value, cases, [](ArrayAttr caseValue, const TypeRange &value) { in executeSwitchTypes()