Home
last modified time | relevance | path

Searched refs:VV1 (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.cpp11037 SDValue VV1 = DAG.getBitcast(PackVT, N1); in matchShuffleWithPACK() local
11041 if ((N1.isUndef() || DAG.MaskedValueIsZero(VV1, ZeroMask)) && in matchShuffleWithPACK()
11043 V1 = VV1; in matchShuffleWithPACK()
11050 if ((N1.isUndef() || DAG.ComputeNumSignBits(VV1) > BitSize) && in matchShuffleWithPACK()
11052 V1 = VV1; in matchShuffleWithPACK()