Searched refs:flagType (Results 1 – 1 of 1) sorted by relevance
1151 OpAsmParser &parser, Type flagType, mlir::ArrayAttr &caseValues, in parseSwitchFlatOpCases() argument1167 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