Lines Matching refs:buildConstant
37 auto MIBCst = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
81 auto MIBMul2 = B.buildMul(s64, Copies[0], B.buildConstant(s64, 42)); in TEST_F()
92 auto MIBSub = B.buildSub(s64, Copies[0], B.buildConstant(s64, 42)); in TEST_F()
98 {Copies[0], B.buildConstant(s64, 42)}); in TEST_F()
108 {Copies[0], B.buildConstant(s64, 42)}); in TEST_F()
402 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
422 auto Zero = B.buildConstant(LLT::scalar(64), 0); in TEST_F()
425 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
433 auto AllOnes = B.buildConstant(LLT::scalar(64), -1); in TEST_F()
436 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
446 auto Zero = B.buildConstant(LLT::scalar(64), 0); in TEST_F()
459 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
478 auto AllOnes = B.buildConstant(LLT::scalar(64), -1); in TEST_F()
492 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()