Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1313 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits(); in Select() local
1314 if (ElemBitSize == 32) { in Select()
1317 } else if (ElemBitSize == 64) { in Select()
1326 unsigned ElemBitSize = Store->getValue().getValueType().getSizeInBits(); in Select() local
1327 if (ElemBitSize == 32) { in Select()
1330 } else if (ElemBitSize == 64) { in Select()
DSystemZISelLowering.cpp4432 unsigned ElemBitSize = VT.getVectorElementType().getSizeInBits(); in lowerShift() local
4442 ElemBitSize, true) && in lowerShift()
4443 SplatBitSize == ElemBitSize) { in lowerShift()