Searched refs:N11C (Results 1 – 2 of 2) sorted by relevance
12345 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local12346 if (!N11C) in PerformORCombineToBFI()12348 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()12687 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local12688 if (!N11C) in PerformBFICombine()12697 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
5479 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local5480 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()5494 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local5495 if (!N01C || !N11C) in MatchBSwapHWordLow()5497 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()