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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1251 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits(); local
1252 if (ElemBitSize == 32)
1254 else if (ElemBitSize == 64)
1261 unsigned ElemBitSize = Store->getValue().getValueType().getSizeInBits(); local
1262 if (ElemBitSize == 32)
1264 else if (ElemBitSize == 64)
H A DSystemZISelLowering.cpp4262 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits();
4269 // Check for constant splats. Use ElemBitSize as the minimum element
4272 ElemBitSize, true) &&
4273 SplatBitSize == ElemBitSize) {

Completed in 70 milliseconds