Searched refs:VTBitWidth (Results 1 – 1 of 1) sorted by relevance
4598 unsigned VTBitWidth = VT.getScalarSizeInBits(); in ExpandIntRes_ShiftThroughStack() local4599 assert(VTBitWidth % 8 == 0 && "Shifting a not byte multiple value?"); in ExpandIntRes_ShiftThroughStack()4600 unsigned VTByteWidth = VTBitWidth / 8; in ExpandIntRes_ShiftThroughStack()