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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2914 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
2915 if (!N11C || N11C->getZExtValue() != 0xFF)
2930 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
2931 if (!N01C || !N11C)
2933 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8802 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
8803 if (!N11C)
8805 unsigned Mask2 = N11C->getZExtValue();
8890 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); local
8891 if (!N11C)
8897 unsigned Mask2 = N11C->getZExtValue();

Completed in 112 milliseconds