Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1042 cir::IntType intCondType; in parseSwitchOp() local
1051 if (parser.parseCustomTypeWithFallback(intCondType)) in parseSwitchOp()
1053 condType = intCondType; in parseSwitchOp()