Searched refs:InvMask (Results 1 – 2 of 2) sorted by relevance
620 APInt Mask, InvMask; in performORCombine() local630 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine()631 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()633 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine()634 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()647 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine()648 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()650 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine()651 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
13885 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local13886 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine()13887 unsigned Width = (32 - countLeadingZeros(~InvMask)) - LSB; in PerformBFICombine()