Lines Matching refs:kSigned
750 enum Signed { kSigned, kUnsigned }; enumerator
777 ss << " %t = OpTypeInt " << width << (isSigned == kSigned ? " 1" : " 0"); in MakeArrayLength()
827 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
831 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
835 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
841 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
842 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
848 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
860 Val(CompileSuccessfully(MakeArrayLength("-1", kSigned, width)), in TEST_P()
864 Val(CompileSuccessfully(MakeArrayLength("-2", kSigned, width)), in TEST_P()
868 Val(CompileSuccessfully(MakeArrayLength("-123", kSigned, width)), in TEST_P()
873 Val(CompileSuccessfully(MakeArrayLength(neg_max, kSigned, width)), in TEST_P()