Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp106 bool CastIsScalable = isa<ScalableVectorType>(CastElTy); in PromoteCastOfAllocation() local
107 if (AllocIsScalable != CastIsScalable) return nullptr; in PromoteCastOfAllocation()