Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h104 bool shouldCloneOperands() const { return cloneOperandsFlag; } in shouldCloneOperands() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp560 if (options.shouldCloneOperands()) { in clone()