Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8262 bool AreMatchingOps = (L0 == R0 && L1 == R1); in areMatchingOperands() local
8264 return AreMatchingOps || AreSwappedOps; in areMatchingOperands()