Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h457 SDValue ExpandIntOp_UINT_TO_FP(SDNode *N);
H A DLegalizeIntegerTypes.cpp3184 case ISD::UINT_TO_FP: Res = ExpandIntOp_UINT_TO_FP(N); break; in ExpandIntegerOperand()
3547 SDValue DAGTypeLegalizer::ExpandIntOp_UINT_TO_FP(SDNode *N) { in ExpandIntOp_UINT_TO_FP() function in DAGTypeLegalizer