Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12360 const unsigned V0EltSize = V0EltVT.getSizeInBits(); in lowerShuffleAsTruncBroadcast() local
12363 if (V0EltSize <= EltSize) in lowerShuffleAsTruncBroadcast()
12366 assert(((V0EltSize % EltSize) == 0) && in lowerShuffleAsTruncBroadcast()
12370 const unsigned Scale = V0EltSize / EltSize; in lowerShuffleAsTruncBroadcast()