Searched refs:N11C (Results 1 – 2 of 2) sorted by relevance
8644 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombine() local8645 if (!N11C) in PerformORCombine()8647 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombine()8732 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local8733 if (!N11C) in PerformBFICombine()8742 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
3238 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local3239 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()3254 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local3255 if (!N01C || !N11C) in MatchBSwapHWordLow()3257 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()