Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1699 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local
1700 if (ElemBitSize == 32) { in Select()
1703 } else if (ElemBitSize == 64) { in Select()
1735 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local
1736 if (ElemBitSize == 32) { in Select()
1739 } else if (ElemBitSize == 64) { in Select()
H A DSystemZISelLowering.cpp6008 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local
6018 ElemBitSize, true) && in lowerShift()
6019 SplatBitSize == ElemBitSize) { in lowerShift()