Home
last modified time | relevance | path

Searched refs:V0EltSize (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.cpp12580 const unsigned V0EltSize = V0EltVT.getSizeInBits(); in lowerShuffleAsTruncBroadcast() local
12583 if (V0EltSize <= EltSize) in lowerShuffleAsTruncBroadcast()
12586 assert(((V0EltSize % EltSize) == 0) && in lowerShuffleAsTruncBroadcast()
12590 const unsigned Scale = V0EltSize / EltSize; in lowerShuffleAsTruncBroadcast()