Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13129 static bool matchRdxBop(Instruction *I, Value *&V0, Value *&V1) { in matchRdxBop() function
13181 bool IsBinop = matchRdxBop(Inst, B0, B1); in vectorizeHorReduction()