Searched refs:InvMask (Results 1 – 2 of 2) sorted by relevance
616 APInt Mask, InvMask; in performORCombine() local626 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine()627 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()629 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine()630 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()643 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine()644 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()646 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine()647 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
11234 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local11235 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine()11236 unsigned Width = (32 - countLeadingZeros(~InvMask)) - LSB; in PerformBFICombine()