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

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

Completed in 164 milliseconds