Searched refs:control_operands (Results 1 – 1 of 1) sorted by relevance
319 const llvm::SmallVectorImpl<mlir::Value>& control_operands);1726 const llvm::SmallVectorImpl<mlir::Value>& control_operands) { in CreateOperation() argument1733 operands.append(control_operands.begin(), control_operands.end()); in CreateOperation()1782 result.location, types, control_operands, in CreateOperation()1914 mlir::SmallVector<mlir::Value, 8> control_operands; in ConvertNode() local1944 control_operands.push_back(inst->getResult(inst->getNumResults() - 1)); in ConvertNode()2024 CreateOperation(node, node_type_name, result, control_operands); in ConvertNode()