Searched refs:N11C (Results 1 – 2 of 2) sorted by relevance
14581 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local14582 if (!N11C) in PerformORCombineToBFI()14584 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()14917 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local14918 if (!N11C) in PerformBFICombine()14927 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
7390 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local7391 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()7405 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local7406 if (!N01C || !N11C) in MatchBSwapHWordLow()7408 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()