Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1738 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local
1739 if (ElemBitSize == 32) { in Select()
1742 } else if (ElemBitSize == 64) { in Select()
1774 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local
1775 if (ElemBitSize == 32) { in Select()
1778 } else if (ElemBitSize == 64) { in Select()
H A DSystemZISelLowering.cpp6660 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local
6670 ElemBitSize, true) && in lowerShift()
6671 SplatBitSize == ElemBitSize) { in lowerShift()