Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp280 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 DCIRDialect.cpp1134 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 DCIROps.td974 Variadic<AnyType>:$defaultOperands,
987 $defaultDestination (`(` $defaultOperands^ `:` type($defaultOperands) `)`)?
997 "mlir::ValueRange":$defaultOperands,