Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2765 SDValue SignedConv = DAG.getNode(ISD::SINT_TO_FP, dl, DstVT, Op); in ExpandIntOp_UINT_TO_FP() local
2766 SignedConv = TLI.LowerOperation(SignedConv, DAG); in ExpandIntOp_UINT_TO_FP()
2816 return DAG.getNode(ISD::FADD, dl, DstVT, SignedConv, Fudge); in ExpandIntOp_UINT_TO_FP()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3143 SDValue SignedConv = DAG.getNode(ISD::SINT_TO_FP, dl, DstVT, Op); in ExpandIntOp_UINT_TO_FP() local
3144 SignedConv = TLI.LowerOperation(SignedConv, DAG); in ExpandIntOp_UINT_TO_FP()
3196 return DAG.getNode(ISD::FADD, dl, DstVT, SignedConv, Fudge); in ExpandIntOp_UINT_TO_FP()