Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp91 static bool isInverse(const Value &V1, const Value &V2);
200 } else if (isInverse(*C1.getPointer(), *C2.getPointer())) in isEquivalent()
214 bool ControlConditions::isInverse(const Value &V1, const Value &V2) { in isInverse() function in ControlConditions