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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1299 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01); local
1301 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() &&
2513 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
2514 if (!N01C || N01C->getZExtValue() != 0xFF00)
2538 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
2540 if (!N01C || !N11C)
2542 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
3141 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
3146 if (N01C)
3421 const ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
[all...]

Completed in 45 milliseconds