Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp23663 bool IsBinop = matchRdxBop(I, B0, B1); in isReductionCandidate() local
23664 return IsBinop || IsSelect; in isReductionCandidate()