Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2007 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands() local
2017 if (ILeft && RightPrevOpcode == ILeft->getOpcode()) { in shouldReorderOperands()
2022 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()
2023 cast<Instruction>(Left[i - 1])->getOpcode() == ILeft->getOpcode()) in shouldReorderOperands()
2031 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()