Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2740 unsigned RightPrevOpcode = cast<Instruction>(Right[i - 1])->getOpcode(); in shouldReorderOperands() local
2741 if (IRight && RightPrevOpcode == IRight->getOpcode()) in shouldReorderOperands()
2744 if (ILeft && RightPrevOpcode == ILeft->getOpcode()) { in shouldReorderOperands()