Home
last modified time | relevance | path

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

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