Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp557 SDValue visitBF16_TO_FP(SDNode *N);
1971 case ISD::BF16_TO_FP: return visitBF16_TO_FP(N); in visit()
26708 SDValue DAGCombiner::visitBF16_TO_FP(SDNode *N) { in visitBF16_TO_FP() function in DAGCombiner