Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp12345 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local
12346 if (!N11C) in PerformORCombineToBFI()
12348 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()
12687 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
12688 if (!N11C) in PerformBFICombine()
12697 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp5479 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
5480 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
5494 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
5495 if (!N01C || !N11C) in MatchBSwapHWordLow()
5497 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()