Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7953 int VectorSizeInBits = V1.getValueSizeInBits(); in computeZeroableShuffleElements() local
7954 int ScalarSizeInBits = VectorSizeInBits / Size; in computeZeroableShuffleElements()
7955 assert(!(VectorSizeInBits % ScalarSizeInBits) && "Illegal shuffle mask size"); in computeZeroableShuffleElements()