Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1629 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local
1630 if (ElemBitSize == 32) { in Select()
1633 } else if (ElemBitSize == 64) { in Select()
1665 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local
1666 if (ElemBitSize == 32) { in Select()
1669 } 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()