Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2030 unsigned LeftPrevOpcode = cast<Instruction>(Left[i - 1])->getOpcode(); in shouldReorderOperands() local
2031 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()
2033 if (IRight && LeftPrevOpcode == IRight->getOpcode()) in shouldReorderOperands()