Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.h364 SDValue ExpandIntOp_SINT_TO_FP(SDNode *N);
HDLegalizeIntegerTypes.cpp2608 case ISD::SINT_TO_FP: Res = ExpandIntOp_SINT_TO_FP(N); break; in ExpandIntegerOperand()
2817 SDValue DAGTypeLegalizer::ExpandIntOp_SINT_TO_FP(SDNode *N) { in ExpandIntOp_SINT_TO_FP() function in DAGTypeLegalizer