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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp167 SDValue visitUREM(SDNode *N);
1058 case ISD::UREM: return visitUREM(N);
1923 SDValue DAGCombiner::visitUREM(SDNode *N) { function in class:DAGCombiner

Completed in 34 milliseconds