Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp108 bool CastIsScalable = isa<ScalableVectorType>(CastElTy); in PromoteCastOfAllocation() local
109 if (AllocIsScalable != CastIsScalable) return nullptr; in PromoteCastOfAllocation()