Searched refs:SignedConv (Results 1 – 1 of 1) sorted by relevance
8447 bool SignedConv = Opc == ISD::SINT_TO_FP || Opc == ISD::STRICT_SINT_TO_FP; in LowerINT_TO_FPVector() local8469 SignedConv ? DAG.getUNDEF(WideVT) : DAG.getConstant(0, dl, WideVT); in LowerINT_TO_FPVector()8473 if (SignedConv) { in LowerINT_TO_FPVector()