Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1758 SDValue ClearSignMask = DAG.getConstant( in ExpandVP_FABS() local
1788 SDValue ClearSignMask = DAG.getConstant( in ExpandVP_FCOPYSIGN() local
1965 SDValue ClearSignMask = DAG.getConstant( in ExpandFABS() local
1993 SDValue ClearSignMask = DAG.getConstant( in ExpandFCOPYSIGN() local
H A DLegalizeDAG.cpp1727 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN() local
1789 SDValue ClearSignMask = DAG.getConstant(~ValueAsInt.SignMask, DL, IntVT); in ExpandFABS() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6939 SDValue ClearSignMask = DAG.getConstant( in lowerFCOPYSIGN() local