Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h551 const unsigned OpEltSize = OpTy.getElementType().getSizeInBits(); in canFoldMergeOpcode() local
557 return DestTy.getSizeInBits() <= OpEltSize; in canFoldMergeOpcode()
558 return DestTy.getSizeInBits() >= OpEltSize; in canFoldMergeOpcode()