Home
last modified time | relevance | path

Searched refs:Ten (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp115 Value *Ten = builder.getInt32(10); in main() local
118 CallInst *Add1CallRes = builder.CreateCall(Add1F, Ten); in main()
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-enum-json.cpp25 Ten enumerator
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx20-using-enum.cpp169 namespace Ten { namespace
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp688 ExpressionLiteral Ten(bufferize(SM, "10"), 10u); in TEST_F() local
689 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() local
714 ExpressionLiteral *TenPtr = Ten.get(); in TEST_F()
715 Expression Expr(std::move(Ten), in TEST_F()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp775 APInt Ten(129, "A", 16); in TEST() local
783 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5328 APFloat Ten(10.0f); in expandPow() local
5329 IsExp10 = LHSC->isExactlyValue(Ten); in expandPow()