Searched defs:N11C (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2523 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
2524 if (!N11C || N11C->getZExtValue() != 0xFF)
2539 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
2540 if (!N01C || !N11C)
2542 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6925 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
6926 if (!N11C)
6928 unsigned Mask2 = N11C->getZExtValue();
6994 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
6995 if (!N11C)
7001 unsigned Mask2 = N11C->getZExtValue();

Completed in 60 milliseconds