Home
last modified time | relevance | path

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

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