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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3140 ConstantSDNode *N00C = dyn_cast<ConstantSDNode>(N0.getOperand(0)); local
3142 if (N00C)
3145 N00C->getAPIntValue(), VT));

Completed in 55 milliseconds