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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp251 SDValue visitBITCAST(SDNode *N);
1239 case ISD::BITCAST: return visitBITCAST(N);
6179 SDValue DAGCombiner::visitBITCAST(SDNode *N) { function in class:DAGCombiner

Completed in 114 milliseconds