Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8498 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombine() local
8499 if (!N11C) in PerformORCombine()
8501 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombine()
8586 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
8587 if (!N11C) in PerformBFICombine()
8596 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3095 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3096 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
3111 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3112 if (!N01C || !N11C) in MatchBSwapHWordLow()
3114 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()