Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2757 unsigned LeftPrevOpcode = cast<Instruction>(Left[i - 1])->getOpcode(); in shouldReorderOperands() local
2758 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()
2760 if (IRight && LeftPrevOpcode == IRight->getOpcode()) in shouldReorderOperands()