Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h166 LLVM_ABI bool isKnownInversion(const Value *X, const Value *Y);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3587 if (isKnownInversion(Cmp1, Cmp3) && isKnownInversion(Cmp2, Cmp4)) in foldOrOfInversions()
3589 if (isKnownInversion(Cmp1, Cmp4) && isKnownInversion(Cmp2, Cmp3)) in foldOrOfInversions()
H A DInstCombineSelect.cpp4447 if (CondVal->getType() == SI.getType() && isKnownInversion(FalseVal, TrueVal)) in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8480 bool llvm::isKnownInversion(const Value *X, const Value *Y) { in isKnownInversion() function in llvm