Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h409 SDValue PromoteIntOp_STRICT_UINT_TO_FP(SDNode *N);
H A DLegalizeIntegerTypes.cpp1967 case ISD::STRICT_UINT_TO_FP: Res = PromoteIntOp_STRICT_UINT_TO_FP(N); break; in PromoteIntegerOperand()
2486 SDValue DAGTypeLegalizer::PromoteIntOp_STRICT_UINT_TO_FP(SDNode *N) { in PromoteIntOp_STRICT_UINT_TO_FP() function in DAGTypeLegalizer