Searched defs:ValuePort (Results 1 – 1 of 1) sorted by relevance
435 struct ValuePort { struct436 PointerUnion<Operation*, BlockArgument> producer;437 SmallVector<unsigned int, 2> port;439 bool operator==(const ValuePort& other) const { in operator ==()444 explicit ValuePort(Value v) { in ValuePort() function454 ValuePort(PointerUnion<Operation*, BlockArgument> producer, in ValuePort() function458 raw_ostream& print(raw_ostream& os) const { in print()