Searched refs:XorSign (Results 1 – 2 of 2) sorted by relevance
3115 bool XorSign = false; in ConstantFoldIntrinsicCall2() local3117 XorSign = A.isNegative() ^ B.isNegative(); in ConstantFoldIntrinsicCall2()3153 if (IsXorSignAbs && XorSign != Res.isNegative()) in ConstantFoldIntrinsicCall2()
7879 auto XorSign = MIRBuilder.buildXor(DstTy, R, Sign); in lowerFPTOSI() local7880 auto Ret = MIRBuilder.buildSub(DstTy, XorSign, Sign); in lowerFPTOSI()