Home
last modified time | relevance | path

Searched refs:LeftPrevOpcode (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2756 unsigned LeftPrevOpcode = cast<Instruction>(Left[i - 1])->getOpcode(); in shouldReorderOperands() local
2757 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()
2759 if (IRight && LeftPrevOpcode == IRight->getOpcode()) in shouldReorderOperands()