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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2809 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
2810 if (!N11C || N11C->getZExtValue() != 0xFF)
2825 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
2826 if (!N01C || !N11C)
2828 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp7775 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
7776 if (!N11C)
7778 unsigned Mask2 = N11C->getZExtValue();
7863 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
7864 if (!N11C)
7870 unsigned Mask2 = N11C->getZExtValue();

Completed in 204 milliseconds