Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2013 unsigned RightPrevOpcode = cast<Instruction>(Right[i - 1])->getOpcode(); in shouldReorderOperands() local
2014 if (IRight && RightPrevOpcode == IRight->getOpcode()) in shouldReorderOperands()
2017 if (ILeft && RightPrevOpcode == ILeft->getOpcode()) { in shouldReorderOperands()