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.cpp14581 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local
14582 if (!N11C) in PerformORCombineToBFI()
14584 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()
14917 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
14918 if (!N11C) in PerformBFICombine()
14927 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7390 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
7391 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
7405 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
7406 if (!N01C || !N11C) in MatchBSwapHWordLow()
7408 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()