Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5190 unsigned SubVecSizeInBits = MemIntr->getMemoryVT().getStoreSizeInBits(); in getTargetConstantBitsFromNode() local
5191 if (!CstTy->isVectorTy() || (CstSizeInBits % SubVecSizeInBits) != 0 || in getTargetConstantBitsFromNode()
5192 (SizeInBits % SubVecSizeInBits) != 0) in getTargetConstantBitsFromNode()
5195 unsigned NumSubElts = SubVecSizeInBits / CstEltSizeInBits; in getTargetConstantBitsFromNode()
5196 unsigned NumSubVecs = SizeInBits / SubVecSizeInBits; in getTargetConstantBitsFromNode()