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

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

Completed in 47 milliseconds