Searched refs:CastIsScalable (Results 1 – 1 of 1) sorted by relevance
106 bool CastIsScalable = isa<ScalableVectorType>(CastElTy); in PromoteCastOfAllocation() local107 if (AllocIsScalable != CastIsScalable) return nullptr; in PromoteCastOfAllocation()