Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp415 bool IsBinOp = Instruction::isBinaryOp(Opcode); in isExtractExtractCheap() local
416 if (IsBinOp) { in isExtractExtractCheap()
472 if (IsBinOp && DisableBinopExtractShuffle) in isExtractExtractCheap()
H A DSLPVectorizer.cpp761 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode() local
807 if (IsBinOp && isa<BinaryOperator>(I)) { in getSameOpcode()