Searched refs:OpBitSize (Results 1 – 1 of 1) sorted by relevance
1351 unsigned OpBitSize = Op.getOperand(0).getValueType().getSizeInBits(); in LowerCONCAT_VECTORS() local1352 if (OpBitSize >= 32 && OpBitSize % 32 == 0) { in LowerCONCAT_VECTORS()1353 unsigned NewNumElt = OpBitSize / 32; in LowerCONCAT_VECTORS()