Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h333 SDValue PromoteIntRes_FP_TO_XINT(SDNode *N);
H A DLegalizeIntegerTypes.cpp166 case ISD::FP_TO_UINT: Res = PromoteIntRes_FP_TO_XINT(N); break; in PromoteIntegerResult()
812 SDValue DAGTypeLegalizer::PromoteIntRes_FP_TO_XINT(SDNode *N) { in PromoteIntRes_FP_TO_XINT() function in DAGTypeLegalizer