Home
last modified time | relevance | path

Searched defs:AllSameOpcodeLeft (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1979 bool AllSameOpcodeLeft, in shouldReorderOperands()
2056 bool AllSameOpcodeLeft = isa<Instruction>(Left[0]); in reorderInputsAccordingToOpcode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2706 ArrayRef<Value *> Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, in shouldReorderOperands()
2783 bool AllSameOpcodeLeft = isa<Instruction>(Left[0]); in reorderInputsAccordingToOpcode() local