Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h612 SDValue SoftenFloatRes_XINT_TO_FP(SDNode *N);
H A DLegalizeFloatTypes.cpp159 case ISD::UINT_TO_FP: R = SoftenFloatRes_XINT_TO_FP(N); break; in SoftenFloatResult()
933 SDValue DAGTypeLegalizer::SoftenFloatRes_XINT_TO_FP(SDNode *N) { in SoftenFloatRes_XINT_TO_FP() function in DAGTypeLegalizer