Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp402 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode() local
411 if (IsBinOp && isa<BinaryOperator>(VL[Cnt])) { in getSameOpcode()