Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp8644 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombine() local
8645 if (!N11C) in PerformORCombine()
8647 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombine()
8732 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
8733 if (!N11C) in PerformBFICombine()
8742 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp3238 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3239 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
3254 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3255 if (!N01C || !N11C) in MatchBSwapHWordLow()
3257 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()