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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3465 ConstantSDNode *N00C = dyn_cast<ConstantSDNode>(N0.getOperand(0)); local
3467 if (N00C)
3470 N00C->getAPIntValue(), VT));

Completed in 102 milliseconds