Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h479 SDValue ExpandIntOp_SINT_TO_FP(SDNode *N);
H A DLegalizeIntegerTypes.cpp4203 case ISD::SINT_TO_FP: Res = ExpandIntOp_SINT_TO_FP(N); break; in ExpandIntegerOperand()
4480 SDValue DAGTypeLegalizer::ExpandIntOp_SINT_TO_FP(SDNode *N) { in ExpandIntOp_SINT_TO_FP() function in DAGTypeLegalizer