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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14699 unsigned HighWidth = N->getOperand(1).getValueType().getSizeInBits(); local
14700 APInt HighMask = APInt::getHighBitsSet(HighWidth, 16);
14707 unsigned HighWidth = N->getOperand(0).getValueType().getSizeInBits(); local
14708 APInt HighMask = APInt::getHighBitsSet(HighWidth, 16);

Completed in 116 milliseconds