Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2849 SDValue SignedConv = DAG.getNode(ISD::SINT_TO_FP, dl, DstVT, Op); in ExpandIntOp_UINT_TO_FP() local
2850 SignedConv = TLI.LowerOperation(SignedConv, DAG); in ExpandIntOp_UINT_TO_FP()
2901 return DAG.getNode(ISD::FADD, dl, DstVT, SignedConv, Fudge); in ExpandIntOp_UINT_TO_FP()