Searched refs:N11C (Results 1 – 2 of 2) sorted by relevance
8358 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombine() local8359 if (!N11C) in PerformORCombine()8361 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombine()8446 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local8447 if (!N11C) in PerformBFICombine()8456 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
3146 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local3147 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()3162 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local3163 if (!N01C || !N11C) in MatchBSwapHWordLow()3165 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()