Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp539 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F() local
545 auto MIBAdd = B.buildAdd(s64, Copies[0], FortyTwo); in TEST_F()
565 MachineInstrBuilder FortyTwo = B.buildConstant(s64, 42); in TEST_F() local
595 MachineInstrBuilder FortyTwo = B.buildConstant(s64, 42); in TEST_F() local
623 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F() local
624 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
634 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F() local
727 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F() local
728 auto NotNegInst2 = B.buildSub(s64, FortyTwo, Copies[0]); in TEST_F()
760 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F() local
[all …]
/llvm-project-15.0.7/clang/test/InterfaceStubs/
H A Dfunction-template-specialization.cpp30 int FortyTwo = templateFunction<int>(42); variable
/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp240 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator