Home
last modified time | relevance | path

Searched refs:isKnownNegation (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h108 bool isKnownNegation(const Value *X, const Value *Y, bool NeedNSW = false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp586 if (isKnownNegation(Op0, Op1)) in SimplifyAddInst()
1127 if (isKnownNegation(Op0, Op1, /*NeedNSW=*/true)) in SimplifySDivInst()
1159 if (isKnownNegation(Op0, Op1)) in SimplifySRemInst()
DValueTracking.cpp4517 bool llvm::isKnownNegation(const Value *X, const Value *Y, bool NeedNSW) { in isKnownNegation() function in llvm
4637 if (isKnownNegation(TrueVal, FalseVal)) { in matchSelectPattern()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp849 assert(isKnownNegation(TVal, FVal) && in canonicalizeAbsNabs()