Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4438 unsigned VTByteWidth = VTBitWidth / 8; in ExpandIntRes_ShiftThroughStack() local
4439 assert(isPowerOf2_32(VTByteWidth) && in ExpandIntRes_ShiftThroughStack()
4441 unsigned StackSlotByteWidth = 2 * VTByteWidth; in ExpandIntRes_ShiftThroughStack()
4483 DAG.getConstant(VTByteWidth - 1, dl, ShAmtVT)); in ExpandIntRes_ShiftThroughStack()
4498 StackPtr, DAG.getConstant(VTByteWidth, dl, PtrTy), dl); in ExpandIntRes_ShiftThroughStack()