Home
last modified time | relevance | path

Searched refs:SC2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp467 StackSubCommand SC2("sc2", "Second subcommand"); in TEST() local
471 StackOption<bool> SC2Opt("sc2", cl::sub(SC2), cl::init(false)); in TEST()
514 StackSubCommand SC2("sc2", "Second subcommand"); in TEST() local
517 StackOption<bool> SC2Opt("sc2", cl::sub(SC2), cl::init(false)); in TEST()
534 StackSubCommand SC2("sc2", "Second subcommand"); in TEST() local
640 StackSubCommand SC2("sc2", "Second Subcommand"); in TEST() local
691 StackSubCommand SC2("sc2", "Second subcommand"); in TEST() local
692 StackOption<bool> Opt2("opt2", cl::sub(SC2), cl::init(false)); in TEST()
735 StackSubCommand SC2("sc2", "Second subcommand"); in TEST() local
738 StackOption<std::string> SC2_Foo("foo", cl::sub(SC2)); in TEST()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp420 const SCEV *SC2 = SE.getSCEV(S2); in TEST_F() local
421 EXPECT_TRUE(isa<SCEVAddExpr>(SC2)); in TEST_F()
471 const SCEV *SC2 = SE.getSCEV(S2); in TEST_F() local
472 EXPECT_TRUE(isa<SCEVAddExpr>(SC2)); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp1165 StoreInst *SC2 = B.CreateStore(ConstantInt::get(Int8, 5), AllocaC); in TEST_F() local
1168 std::initializer_list<StoreInst *> Sts = {SA1, SB1, SC1, SA2, SB2, SC2, SB3}; in TEST_F()