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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp229 SDValue visitBITCAST(SDNode *N);
1165 case ISD::BITCAST: return visitBITCAST(N);
5683 SDValue DAGCombiner::visitBITCAST(SDNode *N) { function in class:DAGCombiner

Completed in 60 milliseconds