Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Rev

1206     std::string NewName = "rev" + utostr(I);
1586 class Rev : public SetTheory::Operator {
1590 Rev(unsigned ElementSize) : ElementSize(ElementSize) {}
1592 virtual ~Rev() {}
1643 Rev R(Arg1.first.getElementSizeInBits());
1647 ST.addOperator("rev", &R);