Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10827 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
10832 Undef2 &= (SM_SentinelUndef == M2); in matchShuffleWithUNPCK()
10836 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
10844 V2 = (Undef2 ? DAG.getUNDEF(VT) : (IsUnary ? V1 : V2)); in matchShuffleWithUNPCK()
10852 V2 = (Undef2 ? DAG.getUNDEF(VT) : (IsUnary ? V1 : V2)); in matchShuffleWithUNPCK()