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