Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h392 SDValue PromoteIntOp_SINT_TO_FP(SDNode *N);
H A DLegalizeIntegerTypes.cpp1801 case ISD::SINT_TO_FP: Res = PromoteIntOp_SINT_TO_FP(N); break; in PromoteIntegerOperand()
2170 SDValue DAGTypeLegalizer::PromoteIntOp_SINT_TO_FP(SDNode *N) { in PromoteIntOp_SINT_TO_FP() function in DAGTypeLegalizer