Home
last modified time | relevance | path

Searched defs: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
H A DSLPVectorizer.cpp761 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode() local