Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h501 SDValue ExpandIntOp_XINT_TO_FP(SDNode *N);
H A DLegalizeIntegerTypes.cpp5111 case ISD::UINT_TO_FP: Res = ExpandIntOp_XINT_TO_FP(N); break; in ExpandIntegerOperand()
5393 SDValue DAGTypeLegalizer::ExpandIntOp_XINT_TO_FP(SDNode *N) { in ExpandIntOp_XINT_TO_FP() function in DAGTypeLegalizer