Searched refs:Ten (Results 1 – 6 of 6) sorted by relevance
115 Value *Ten = builder.getInt32(10); in main() local118 CallInst *Add1CallRes = builder.CreateCall(Add1F, Ten); in main()
25 Ten enumerator
169 namespace Ten { namespace
688 ExpressionLiteral Ten(bufferize(SM, "10"), 10u); in TEST_F() local689 Expected<ExpressionValue> Value = Ten.eval(); in TEST_F()692 Expected<ExpressionFormat> ImplicitFormat = Ten.getImplicitFormat(SM); in TEST_F()712 std::unique_ptr<ExpressionLiteral> Ten = in TEST_F() local714 ExpressionLiteral *TenPtr = Ten.get(); in TEST_F()715 Expression Expr(std::move(Ten), in TEST_F()
775 APInt Ten(129, "A", 16); in TEST() local783 APInt AndLL = Ten & Twelve; in TEST()786 APInt AndLR = Ten & getRValue("C", RawDataR); in TEST()799 APInt AndLK = Ten & 0xc; in TEST()817 APInt OrLL = Ten | Twelve; in TEST()820 APInt OrLR = Ten | getRValue("C", RawDataR); in TEST()833 APInt OrLK = Ten | 0xc; in TEST()851 APInt XorLL = Ten ^ Twelve; in TEST()854 APInt XorLR = Ten ^ getRValue("C", RawDataR); in TEST()867 APInt XorLK = Ten ^ 0xc; in TEST()
5328 APFloat Ten(10.0f); in expandPow() local5329 IsExp10 = LHSC->isExactlyValue(Ten); in expandPow()