Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9347 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchVectorShuffleWithUNPCK() local
9352 Undef2 &= (SM_SentinelUndef == M2); in matchVectorShuffleWithUNPCK()
9356 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchVectorShuffleWithUNPCK()
9364 V2 = (Undef2 ? DAG.getUNDEF(VT) : (IsUnary ? V1 : V2)); in matchVectorShuffleWithUNPCK()
9372 V2 = (Undef2 ? DAG.getUNDEF(VT) : (IsUnary ? V1 : V2)); in matchVectorShuffleWithUNPCK()