Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCallingConvLower.cpp273 auto AreCompatible = [](const CCValAssign &Loc1, const CCValAssign &Loc2) { in resultsCompatible() local
288 RVLocs2.end(), AreCompatible); in resultsCompatible()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp13304 function_ref<bool(T *, T *)> AreCompatible, in tryToVectorizeSequence() argument
13317 while (SameTypeIt != E && AreCompatible(*SameTypeIt, *IncIt)) in tryToVectorizeSequence()
13353 while (SameTypeIt != End && AreCompatible(*SameTypeIt, *It)) in tryToVectorizeSequence()