Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19005 unsigned HighWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local
19006 APInt HighMask = APInt::getHighBitsSet(HighWidth, 16); in PerformDAGCombine()
19013 unsigned HighWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local
19014 APInt HighMask = APInt::getHighBitsSet(HighWidth, 16); in PerformDAGCombine()