Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4598 unsigned VTBitWidth = VT.getScalarSizeInBits(); in ExpandIntRes_ShiftThroughStack() local
4599 assert(VTBitWidth % 8 == 0 && "Shifting a not byte multiple value?"); in ExpandIntRes_ShiftThroughStack()
4600 unsigned VTByteWidth = VTBitWidth / 8; in ExpandIntRes_ShiftThroughStack()