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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp207 SDValue visitTokenFactor(SDNode *N);
1196 case ISD::TokenFactor: return visitTokenFactor(N);
1365 SDValue DAGCombiner::visitTokenFactor(SDNode *N) { function in class:DAGCombiner

Completed in 85 milliseconds