Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4817 const unsigned ShiftUnitInBits = LoadVT.getStoreSizeInBits(); in ExpandIntRes_ShiftThroughStack() local
4818 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()