Searched refs:N11C (Results 1 – 2 of 2) sorted by relevance
14658 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local14659 if (!N11C) in PerformORCombineToBFI()14661 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()14994 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local14995 if (!N11C) in PerformBFICombine()15004 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
7850 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local7851 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()7865 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local7866 if (!N01C || !N11C) in MatchBSwapHWordLow()7868 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()