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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp203 SDValue visitUINT_TO_FP(SDNode *N);
1093 case ISD::UINT_TO_FP: return visitUINT_TO_FP(N);
5482 SDValue DAGCombiner::visitUINT_TO_FP(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp291 SDValue visitUINT_TO_FP(SDNode *N);
1413 case ISD::UINT_TO_FP: return visitUINT_TO_FP(N);
9033 SDValue DAGCombiner::visitUINT_TO_FP(SDNode *N) { function in class:DAGCombiner

Completed in 148 milliseconds