Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h585 SDValue SoftenFloatRes_FNEARBYINT(SDNode *N);
H A DLegalizeFloatTypes.cpp113 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break; in SoftenFloatResult()
539 SDValue DAGTypeLegalizer::SoftenFloatRes_FNEARBYINT(SDNode *N) { in SoftenFloatRes_FNEARBYINT() function in DAGTypeLegalizer