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.h150 bool isKnownInversion(const Value *X, const Value *Y);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3488 if (isKnownInversion(Cmp1, Cmp3) && isKnownInversion(Cmp2, Cmp4)) in foldOrOfInversions()
3490 if (isKnownInversion(Cmp1, Cmp4) && isKnownInversion(Cmp2, Cmp3)) in foldOrOfInversions()
H A DInstCombineSelect.cpp4081 if (CondVal->getType() == SI.getType() && isKnownInversion(FalseVal, TrueVal)) in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8378 bool llvm::isKnownInversion(const Value *X, const Value *Y) { in isKnownInversion() function in llvm