Lines Matching refs:getZExtValue
723 uint64_t AndMask = MaskNode->getZExtValue(); in detectOrAndInsertion()
732 if (Used != (AndMask | InsertMask | Known.Zero.getZExtValue())) in detectOrAndInsertion()
784 uint64_t Mask = MaskNode->getZExtValue(); in expandRxSBG()
790 Mask |= Known.Zero.getZExtValue(); in expandRxSBG()
807 uint64_t Mask = ~MaskNode->getZExtValue(); in expandRxSBG()
813 Mask &= ~Known.One.getZExtValue(); in expandRxSBG()
829 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
874 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
901 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
1141 unsigned Elem = ElemN->getZExtValue(); in tryGather()
1183 unsigned Elem = ElemN->getZExtValue(); in tryScatter()
1449 uint64_t Val = Op1->getZExtValue(); in Select()
1475 uint64_t Val = cast<ConstantSDNode>(Node)->getZExtValue(); in Select()
1499 cast<ConstantSDNode>(CCValid.getNode())->getZExtValue(); in Select()
1501 cast<ConstantSDNode>(CCMask.getNode())->getZExtValue(); in Select()
1752 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
1761 int CCValid = CCValidOp->getZExtValue(); in expandSelectBoolean()
1762 int CCMask = CCMaskOp->getZExtValue(); in expandSelectBoolean()