Home
last modified time | relevance | path

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

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