Searched refs:areLooselyEqual (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp929 auto areLooselyEqual = [](Value *A, Value *B) { local
948 if ((areLooselyEqual(TV, Op0) && areLooselyEqual(FV, Op1)) ||
949 (areLooselyEqual(FV, Op0) && areLooselyEqual(TV, Op1)))

Completed in 118 milliseconds