Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1151 OpAsmParser &parser, Type flagType, mlir::ArrayAttr &caseValues, in parseSwitchFlatOpCases() argument
1167 values.push_back(cir::IntAttr::get(flagType, value)); in parseSwitchFlatOpCases()
1188 caseValues = ArrayAttr::get(flagType.getContext(), values); in parseSwitchFlatOpCases()
1194 Type flagType, mlir::ArrayAttr caseValues, in printSwitchFlatOpCases() argument