Searched refs:ShiftUnitInBits (Results 1 – 1 of 1) sorted by relevance
4817 const unsigned ShiftUnitInBits = LoadVT.getStoreSizeInBits(); in ExpandIntRes_ShiftThroughStack() local4818 assert(ShiftUnitInBits <= VT.getScalarSizeInBits()); in ExpandIntRes_ShiftThroughStack()4819 assert(isPowerOf2_32(ShiftUnitInBits) && in ExpandIntRes_ShiftThroughStack()4824 Log2_32(ShiftUnitInBits); in ExpandIntRes_ShiftThroughStack()4873 DAG.getConstant(Log2_32(ShiftUnitInBits), dl, ShAmtVT), Flags); in ExpandIntRes_ShiftThroughStack()4876 DAG.getConstant(Log2_32(ShiftUnitInBits), dl, ShAmtVT)); in ExpandIntRes_ShiftThroughStack()4917 DAG.getConstant(ShiftUnitInBits - 1, dl, ShAmtVT)); in ExpandIntRes_ShiftThroughStack()