Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1029 Region *caseRegion = result.addRegion(); in build() local
1030 builder.createBlock(caseRegion); in build()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td782 let regions = (region AnyRegion:$caseRegion);
784 let assemblyFormat = "`(` $kind `,` $value `)` $caseRegion attr-dict";