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.cpp3366 ConstantSDNode *CNMask, *CNShamt; in performORCombine() local
3369 (CNMask = dyn_cast<ConstantSDNode>(N1.getOperand(0).getOperand(1))) && in performORCombine()
3370 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen) && in performORCombine()
3374 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()
3393 (CNMask = dyn_cast<ConstantSDNode>(N1.getOperand(1))) && in performORCombine()
3394 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen) && in performORCombine()
3398 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()
3427 (CNMask = dyn_cast<ConstantSDNode>(N1.getOperand(1))) && in performORCombine()
3428 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen)) { in performORCombine()
3429 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()