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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp250 SDValue visitIMINMAX(SDNode *N);
1374 case ISD::UMAX: return visitIMINMAX(N);
2677 SDValue DAGCombiner::visitIMINMAX(SDNode *N) { function in class:DAGCombiner

Completed in 1146 milliseconds