Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8358 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombine() local
8359 if (!N11C) in PerformORCombine()
8361 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombine()
8446 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
8447 if (!N11C) in PerformBFICombine()
8456 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3146 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3147 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
3162 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3163 if (!N01C || !N11C) in MatchBSwapHWordLow()
3165 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()