Searched refs:IsFABS (Results 1 – 2 of 2) sorted by relevance
6869 bool IsFABS = Op.getOpcode() == ISD::FABS; in lowerFABSorFNEG() local6870 assert((IsFABS || Op.getOpcode() == ISD::FNEG) && in lowerFABSorFNEG()6881 APInt Mask = IsFABS ? APInt::getSignedMaxValue(16) : APInt::getSignMask(16); in lowerFABSorFNEG()6884 unsigned LogicOpc = IsFABS ? ISD::AND : ISD::XOR; in lowerFABSorFNEG()
22570 bool IsFABS = (Op.getOpcode() == ISD::FABS); in LowerFABSorFNEG() local22574 if (IsFABS) in LowerFABSorFNEG()22604 APInt MaskElt = IsFABS ? APInt::getSignedMaxValue(EltBits) : in LowerFABSorFNEG()22610 bool IsFNABS = !IsFABS && (Op0.getOpcode() == ISD::FABS); in LowerFABSorFNEG()22611 unsigned LogicOp = IsFABS ? X86ISD::FAND : in LowerFABSorFNEG()