Home
last modified time | relevance | path

Searched refs:N11C (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14658 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local
14659 if (!N11C) in PerformORCombineToBFI()
14661 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()
14994 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
14995 if (!N11C) in PerformBFICombine()
15004 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7850 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
7851 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
7865 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
7866 if (!N01C || !N11C) in MatchBSwapHWordLow()
7868 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()