Searched defs:setOperands (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/IR/ | ||
H A D | OperationSupport.cpp | 259 void detail::OperandStorage::setOperands(Operation *owner, ValueRange values) { setOperands() function in detail::OperandStorage |
H A D | Operation.cpp | 237 void Operation::setOperands(ValueRange operands) { in setOperands() function in Operation |
/llvm-project/mlir/lib/Dialect/Affine/Utils/ | ||
H A D | LoopUtils.cpp | 2612 SmallVector<Value, 4> setOperands; createSeparationCondition() local |