Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18714 unsigned HighWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local
18715 APInt HighMask = APInt::getHighBitsSet(HighWidth, 16); in PerformDAGCombine()
18722 unsigned HighWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local
18723 APInt HighMask = APInt::getHighBitsSet(HighWidth, 16); in PerformDAGCombine()