Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp237 bool IsBinOp = Instruction::isBinaryOp(Opcode); in isExtractExtractCheap() local
238 if (IsBinOp) { in isExtractExtractCheap()
292 if (IsBinOp && DisableBinopExtractShuffle) in isExtractExtractCheap()
DSLPVectorizer.cpp405 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode() local
414 if (IsBinOp && isa<BinaryOperator>(VL[Cnt])) { in getSameOpcode()
/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()