Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4861 ConstantSDNode *CNMask, *CNShamt; in performORCombine() local
4864 (CNMask = dyn_cast<ConstantSDNode>(N1.getOperand(0).getOperand(1))) && in performORCombine()
4865 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen) && in performORCombine()
4869 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()
4888 (CNMask = dyn_cast<ConstantSDNode>(N1.getOperand(1))) && in performORCombine()
4889 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen) && in performORCombine()
4893 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()
4922 (CNMask = dyn_cast<ConstantSDNode>(N1.getOperand(1))) && in performORCombine()
4923 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen)) { in performORCombine()
4924 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()