Home
last modified time | relevance | path

Searched defs:ShAmtMask (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5600 APInt ShAmtMask(BitWidth, (BitWidth * 2) - 1); in PerformDAGCombine() local
5616 APInt ShAmtMask = APInt::getLowBitsSet(ShAmt.getValueSizeInBits(), 6); in PerformDAGCombine() local
5632 APInt ShAmtMask(BitWidth, BitWidth - 1); in PerformDAGCombine() local
5663 APInt ShAmtMask(BitWidth, (BitWidth / 2) - 1); in PerformDAGCombine() local