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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1578 unsigned ElemBitSize = VT.getScalarSizeInBits(); local
1579 if (ElemBitSize == 32) {
1582 } else if (ElemBitSize == 64) {
1614 unsigned ElemBitSize = Store->getValue().getValueSizeInBits(); local
1615 if (ElemBitSize == 32) {
1618 } else if (ElemBitSize == 64) {
H A DSystemZISelLowering.cpp5040 unsigned ElemBitSize = VT.getScalarSizeInBits();
5047 // Check for constant splats. Use ElemBitSize as the minimum element
5050 ElemBitSize, true) &&
5051 SplatBitSize == ElemBitSize) {

Completed in 199 milliseconds