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.cpp1727 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local
1728 if (ElemBitSize == 32) { in Select()
1731 } else if (ElemBitSize == 64) { in Select()
1763 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local
1764 if (ElemBitSize == 32) { in Select()
1767 } else if (ElemBitSize == 64) { in Select()
H A DSystemZISelLowering.cpp6012 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local
6022 ElemBitSize, true) && in lowerShift()
6023 SplatBitSize == ElemBitSize) { in lowerShift()