Searched refs:VTByteWidth (Results 1 – 1 of 1) sorted by relevance
4600 unsigned VTByteWidth = VTBitWidth / 8; in ExpandIntRes_ShiftThroughStack() local4601 assert(isPowerOf2_32(VTByteWidth) && in ExpandIntRes_ShiftThroughStack()4603 unsigned StackSlotByteWidth = 2 * VTByteWidth; in ExpandIntRes_ShiftThroughStack()4645 DAG.getConstant(VTByteWidth - 1, dl, ShAmtVT)); in ExpandIntRes_ShiftThroughStack()4660 StackPtr, DAG.getConstant(VTByteWidth, dl, PtrTy), dl); in ExpandIntRes_ShiftThroughStack()