Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7563 unsigned OuterBitSize = VT.getScalarSizeInBits(); in expandMUL_LOHI() local
7597 APInt HighMask = APInt::getHighBitsSet(OuterBitSize, InnerBitSize); in expandMUL_LOHI()
7625 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI()