Home
last modified time | relevance | path

Searched refs:Undef1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DCSETest.cpp80 auto Undef1 = CSEB.buildUndef(s32); in TEST_F() local
81 EXPECT_EQ(&*Undef0, &*Undef1); in TEST_F()
138 auto Undef1 = CSEB.buildUndef(s16); in TEST_F() local
139 EXPECT_EQ(&*Undef0, &*Undef1); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12140 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
12144 Undef1 &= (SM_SentinelUndef == M1); in matchShuffleWithUNPCK()
12149 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
12159 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()
12168 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()