| 39 | LoadStoreTransform() : transform(NULL) {} |
| 40 | |
| 41 | QString description(bool expanded = false) const |
| 42 | { |
| 43 | if (expanded) { |
| 44 | QString res = transform->description(expanded); |
| 45 | return res; |
| 46 | } |
| 47 | return br::Object::description(expanded); |
| 48 | } |
| 49 | |
| 50 | Transform *simplify(bool &newTForm) |
| 51 | { |