Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1622 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local
1623 if (ElemBitSize == 32) { in Select()
1626 } else if (ElemBitSize == 64) { in Select()
1658 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local
1659 if (ElemBitSize == 32) { in Select()
1662 } else if (ElemBitSize == 64) { in Select()
H A DSystemZISelLowering.cpp5607 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local
5617 ElemBitSize, true) && in lowerShift()
5618 SplatBitSize == ElemBitSize) { in lowerShift()