Lines Matching refs:buildConstant
1507 auto InitOtherVal = B.buildConstant(s64, 999); in TEST_F()
1516 auto MidOtherVal = B.buildConstant(s64, 345); in TEST_F()
1727 Register Constant0 = B.buildConstant(S16, 1).getReg(0); in TEST_F()
1728 Register Constant1 = B.buildConstant(S16, 2).getReg(0); in TEST_F()
1785 Merge0Ops.push_back(B.buildConstant(S3, I).getReg(0)); in TEST_F()
1794 Merge1Ops.push_back(B.buildConstant(S3, I).getReg(0)); in TEST_F()
1800 Merge2Ops.push_back(B.buildConstant(S8, I).getReg(0)); in TEST_F()
3505 auto Val0 = B.buildConstant(V4S8, 123); in TEST_F()
3506 auto Val1 = B.buildConstant(V4S8, 99); in TEST_F()
3550 auto Val0 = B.buildConstant(V4S8, 123); in TEST_F()
3551 auto Val1 = B.buildConstant(V4S8, 99); in TEST_F()
3926 auto Seven = B.buildConstant(S64, 7); in TEST_F()
4098 auto Constant = B.buildConstant(S64, 33); in TEST_F()
4150 auto Zero = B.buildConstant(s64, 0); in TEST_F()