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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1358 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01); local
1360 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() &&
2826 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
2827 if (!N01C || N01C->getZExtValue() != 0xFF00)
2851 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
2853 if (!N01C || !N11C)
2855 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
3466 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
3471 if (N01C)
3748 const ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
[all...]

Completed in 202 milliseconds