Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1538 OpAsmParser::UnresolvedOperand condInfo; in parse() local
1543 if (parser.parseOperand(condInfo) || in parse()
1544 parser.resolveOperand(condInfo, boolTy, state.operands)) in parse()