Searched refs:defaultOperands (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | FlattenCFG.cpp | 280 mlir::ValueRange defaultOperands = exitBlock->getArguments(); in matchAndRewrite() local 290 defaultOperands = defaultDestination->getArguments(); in matchAndRewrite() 388 defaultOperands = operand; in matchAndRewrite() 394 op, op.getCondition(), defaultDestination, defaultOperands, caseValues, in matchAndRewrite()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 1134 ValueRange defaultOperands, in build() argument 1144 build(builder, result, value, defaultOperands, caseOperands, attrs, in build()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 974 Variadic<AnyType>:$defaultOperands, 987 $defaultDestination (`(` $defaultOperands^ `:` type($defaultOperands) `)`)? 997 "mlir::ValueRange":$defaultOperands,
|