Home
last modified time | relevance | path

Searched refs:ILeft (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2733 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands() local
2743 if (ILeft && RightPrevOpcode == ILeft->getOpcode()) { in shouldReorderOperands()
2748 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()
2749 cast<Instruction>(Left[i - 1])->getOpcode() == ILeft->getOpcode()) in shouldReorderOperands()
2757 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()