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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp241 SDValue visitCTPOP(SDNode *N);
1229 case ISD::CTPOP: return visitCTPOP(N);
4494 SDValue DAGCombiner::visitCTPOP(SDNode *N) { function in class:DAGCombiner

Completed in 103 milliseconds