Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp276 auto AreCompatible = [](const CCValAssign &Loc1, const CCValAssign &Loc2) { in resultsCompatible() local
291 RVLocs2.end(), AreCompatible); in resultsCompatible()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15688 function_ref<bool(T *, T *)> AreCompatible, in tryToVectorizeSequence() argument
15701 while (SameTypeIt != E && AreCompatible(*SameTypeIt, *IncIt)) in tryToVectorizeSequence()
15745 while (SameTypeIt != End && AreCompatible(*SameTypeIt, *It)) in tryToVectorizeSequence()