Home
last modified time | relevance | path

Searched refs:visitSINT_TO_FP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp510 SDValue visitSINT_TO_FP(SDNode *N);
1931 case ISD::SINT_TO_FP: return visitSINT_TO_FP(N); in visit()
17717 SDValue DAGCombiner::visitSINT_TO_FP(SDNode *N) { in visitSINT_TO_FP() function in DAGCombiner