Searched refs:ClearSignMask (Results 1 – 2 of 2) sorted by relevance
1462 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN() local1464 ClearSignMask); in ExpandFCOPYSIGN()1508 SDValue ClearSignMask = DAG.getConstant(~ValueAsInt.SignMask, DL, IntVT); in ExpandFABS() local1510 ClearSignMask); in ExpandFABS()
1486 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN() local1488 ClearSignMask); in ExpandFCOPYSIGN()1528 SDValue ClearSignMask = DAG.getConstant(~ValueAsInt.SignMask, DL, IntVT); in ExpandFABS() local1530 ClearSignMask); in ExpandFABS()