Lines Matching refs:kSigned
789 enum Signed { kSigned, kUnsigned }; enumerator
816 ss << " %t = OpTypeInt " << width << (isSigned == kSigned ? " 1" : " 0"); in MakeArrayLength()
866 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
870 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
874 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
880 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
881 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
887 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
899 Val(CompileSuccessfully(MakeArrayLength("-1", kSigned, width)), in TEST_P()
903 Val(CompileSuccessfully(MakeArrayLength("-2", kSigned, width)), in TEST_P()
907 Val(CompileSuccessfully(MakeArrayLength("-123", kSigned, width)), in TEST_P()
912 Val(CompileSuccessfully(MakeArrayLength(neg_max, kSigned, width)), in TEST_P()