Searched refs:isKnownNegation (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 328 if (isKnownNegation(I->getOperand(1), I->getOperand(2), /*NeedNSW=*/false, in visitImpl()
|
H A D | InstCombineCalls.cpp | 1859 if (isKnownNegation(I0, I1)) { in visitCallInst() 1868 bool IntMinIsPoison = isKnownNegation(I0, I1, /* NeedNSW */ true); in visitCallInst()
|
H A D | InstCombineMulDivRem.cpp | 1713 if (isKnownNegation(Op0, Op1)) { in visitSDiv()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 142 bool isKnownNegation(const Value *X, const Value *Y, bool NeedNSW = false,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 653 if (isKnownNegation(Op0, Op1)) in simplifyAddInst() 1260 if (isKnownNegation(Op0, Op1, /*NeedNSW=*/true)) in simplifySDivInst() 1294 if (isKnownNegation(Op0, Op1)) in simplifySRemInst()
|
H A D | ValueTracking.cpp | 8347 bool llvm::isKnownNegation(const Value *X, const Value *Y, bool NeedNSW, in isKnownNegation() function in llvm 8529 if (isKnownNegation(TrueVal, FalseVal)) { in matchSelectPattern()
|