Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11404 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
11408 Undef1 &= (SM_SentinelUndef == M1); in matchShuffleWithUNPCK()
11413 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
11423 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()
11432 V1 = (Undef1 ? DAG.getUNDEF(VT) : V1); in matchShuffleWithUNPCK()