Searched defs:setOperands (Results 1 – 3 of 3) sorted by relevance
241 void detail::OperandStorage::setOperands(Operation *owner, ValueRange values) { in setOperands() function in detail::OperandStorage250 void detail::OperandStorage::setOperands(Operation *owner, unsigned start, in setOperands() function in detail::OperandStorage
190 void Operation::setOperands(ValueRange operands) { in setOperands() function in Operation199 void Operation::setOperands(unsigned start, unsigned length, in setOperands() function in Operation
2720 SmallVector<Value, 4> setOperands; in createSeparationCondition() local