Searched refs:SignedConv (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3560 SDValue SignedConv = DAG.getNode(ISD::SINT_TO_FP, dl, DstVT, Op); in ExpandIntOp_UINT_TO_FP() local 3561 SignedConv = TLI.LowerOperation(SignedConv, DAG); in ExpandIntOp_UINT_TO_FP() 3613 return DAG.getNode(ISD::FADD, dl, DstVT, SignedConv, Fudge); in ExpandIntOp_UINT_TO_FP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7315 bool SignedConv = Opc == ISD::SINT_TO_FP; in LowerINT_TO_FPVector() local 7337 SignedConv ? DAG.getUNDEF(WideVT) : DAG.getConstant(0, dl, WideVT); in LowerINT_TO_FPVector() 7340 SignedConv ? (unsigned)PPCISD::SExtVElems : (unsigned)ISD::BITCAST; in LowerINT_TO_FPVector() 7343 if (!Subtarget.hasP9Altivec() && SignedConv) { in LowerINT_TO_FPVector()
|