Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1101 int VectorSizeInBits = V1.getValueSizeInBits(); in computeZeroableShuffleElements() local
1102 int ScalarSizeInBits = VectorSizeInBits / Size; in computeZeroableShuffleElements()
1103 assert(!(VectorSizeInBits % ScalarSizeInBits) && "Illegal shuffle mask size"); in computeZeroableShuffleElements()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5855 int VectorSizeInBits = V1.getValueSizeInBits(); in computeZeroableShuffleElements() local
5856 int ScalarSizeInBits = VectorSizeInBits / Size; in computeZeroableShuffleElements()
5857 assert(!(VectorSizeInBits % ScalarSizeInBits) && "Illegal shuffle mask size"); in computeZeroableShuffleElements()