Searched refs:InvMask (Results 1 – 3 of 3) sorted by relevance
686 APInt Mask, InvMask; in performORCombine() local696 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine()697 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()699 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine()700 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()713 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine()714 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()716 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine()717 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
6893 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local6894 unsigned LSB = CountTrailingZeros_32(~InvMask); in PerformBFICombine()6895 unsigned Width = (32 - CountLeadingZeros_32(~InvMask)) - LSB; in PerformBFICombine()
9563 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local9564 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine()9565 unsigned Width = (32 - countLeadingZeros(~InvMask)) - LSB; in PerformBFICombine()