Lines Matching defs:IVSigned
938 /// \param IVSigned Sign of the iteration variable.
946 unsigned IVSize, bool IVSigned, bool Ordered,
962 bool IVSigned = false;
980 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
983 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB),
1023 /// \param IVSigned Sign of the iteration variable.
1027 bool IVSigned);
1044 /// \param IVSigned Sign of the iteration variable.
1054 unsigned IVSize, bool IVSigned,
1829 /// \param IVSigned Sign of the iteration variable.
1837 unsigned IVSize, bool IVSigned, bool Ordered,
1884 /// \param IVSigned Sign of the iteration variable.
1887 unsigned IVSize, bool IVSigned) override;
1904 /// \param IVSigned Sign of the iteration variable.
1914 unsigned IVSize, bool IVSigned, Address IL,