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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1465 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01); local
1467 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() &&
3002 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
3003 if (!N01C || N01C->getZExtValue() != 0xFF00)
3027 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
3029 if (!N01C || !N11C)
3031 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
3803 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
3808 if (N01C)
4176 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); local
[all...]

Completed in 1251 milliseconds