Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1251 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits(); in Select() local
1252 if (ElemBitSize == 32) in Select()
1254 else if (ElemBitSize == 64) in Select()
1261 unsigned ElemBitSize = Store->getValue().getValueType().getSizeInBits(); in Select() local
1262 if (ElemBitSize == 32) in Select()
1264 else if (ElemBitSize == 64) in Select()
DSystemZISelLowering.cpp4262 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits(); in lowerShift() local
4272 ElemBitSize, true) && in lowerShift()
4273 SplatBitSize == ElemBitSize) { in lowerShift()