Lines Matching refs:getZExtValue
421 !isShiftedMask_64(CN->getZExtValue(), SMIdx, SMLen)) in performANDCombine()
434 lsb = CN->getZExtValue(); in performANDCombine()
449 if (CN->getZExtValue() <= 0xfff) in performANDCombine()
489 !isShiftedMask_64(CN->getZExtValue(), MaskIdx, MaskLen)) in performSRLCombine()
496 Shamt = CN->getZExtValue(); in performSRLCombine()
536 isShiftedMask_64(CN1->getZExtValue(), MaskIdx1, MaskLen1) && in performORCombine()
539 (Shamt = CN1->getZExtValue()) == MaskIdx0 && in performORCombine()
558 (Shamt = CN1->getZExtValue()) == MaskIdx0 && in performORCombine()
560 isShiftedMask_64(CN1->getZExtValue(), MaskIdx1, MaskLen1) && in performORCombine()
601 isShiftedMask_64(CN0->getZExtValue(), MaskIdx0, MaskLen0) && in performORCombine()
603 (Shamt = CN1->getZExtValue()) == MaskLen0 && in performORCombine()
644 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen) && in performORCombine()
646 CNShamt->getZExtValue() + MaskLen <= ValBits) { in performORCombine()
647 Shamt = CNShamt->getZExtValue(); in performORCombine()
648 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()
668 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen) && in performORCombine()
671 CNShamt->getZExtValue() == MaskIdx) { in performORCombine()
672 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()
702 isShiftedMask_64(CNMask->getZExtValue(), MaskIdx, MaskLen)) { in performORCombine()
703 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()