Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2734 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands() local
2744 if (ILeft && RightPrevOpcode == ILeft->getOpcode()) { in shouldReorderOperands()
2749 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()
2750 cast<Instruction>(Left[i - 1])->getOpcode() == ILeft->getOpcode()) in shouldReorderOperands()
2758 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()