Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp418 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode() local
437 } else if (IsCastOp && isa<CastInst>(VL[Cnt])) { in getSameOpcode()