Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3115 bool XorSign = false; in ConstantFoldIntrinsicCall2() local
3117 XorSign = A.isNegative() ^ B.isNegative(); in ConstantFoldIntrinsicCall2()
3153 if (IsXorSignAbs && XorSign != Res.isNegative()) in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7879 auto XorSign = MIRBuilder.buildXor(DstTy, R, Sign); in lowerFPTOSI() local
7880 auto Ret = MIRBuilder.buildSub(DstTy, XorSign, Sign); in lowerFPTOSI()