Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h325 SDValue PromoteIntRes_FP_TO_XINT(SDNode *N);
H A DLegalizeIntegerTypes.cpp145 case ISD::FP_TO_UINT: Res = PromoteIntRes_FP_TO_XINT(N); break; in PromoteIntegerResult()
664 SDValue DAGTypeLegalizer::PromoteIntRes_FP_TO_XINT(SDNode *N) { in PromoteIntRes_FP_TO_XINT() function in DAGTypeLegalizer