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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp436 SDValue visitBITCAST(SDNode *N);
1575 case ISD::BITCAST: return visitBITCAST(N);
11146 SDValue DAGCombiner::visitBITCAST(SDNode *N) { function in class:DAGCombiner

Completed in 115 milliseconds