Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1622 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN() local
1624 ClearSignMask); in ExpandFCOPYSIGN()
1682 SDValue ClearSignMask = DAG.getConstant(~ValueAsInt.SignMask, DL, IntVT); in ExpandFABS() local
1684 ClearSignMask); in ExpandFABS()