Lines Matching defs:IVSigned
927 /// \param IVSigned Sign of the iteration variable.
935 unsigned IVSize, bool IVSigned, bool Ordered,
951 bool IVSigned = false;
969 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
972 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB),
1012 /// \param IVSigned Sign of the iteration variable.
1016 bool IVSigned);
1033 /// \param IVSigned Sign of the iteration variable.
1043 unsigned IVSize, bool IVSigned,
1818 /// \param IVSigned Sign of the iteration variable.
1826 unsigned IVSize, bool IVSigned, bool Ordered,
1873 /// \param IVSigned Sign of the iteration variable.
1876 unsigned IVSize, bool IVSigned) override;
1893 /// \param IVSigned Sign of the iteration variable.
1903 unsigned IVSize, bool IVSigned, Address IL,