Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1519 unsigned ElemBitSize = VT.getScalarSizeInBits(); in Select() local
1520 if (ElemBitSize == 32) { in Select()
1523 } else if (ElemBitSize == 64) { in Select()
1534 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); in Select() local
1535 if (ElemBitSize == 32) { in Select()
1538 } else if (ElemBitSize == 64) { in Select()
H A DSystemZISelLowering.cpp4729 unsigned ElemBitSize = VT.getScalarSizeInBits(); in lowerShift() local
4739 ElemBitSize, true) && in lowerShift()
4740 SplatBitSize == ElemBitSize) { in lowerShift()