Searched refs:AllocIsScalable (Results 1 – 1 of 1) sorted by relevance
110 bool AllocIsScalable = isa<ScalableVectorType>(AllocElTy); in PromoteCastOfAllocation() local112 if (AllocIsScalable != CastIsScalable) return nullptr; in PromoteCastOfAllocation()148 assert(!AllocIsScalable || (ArrayOffset == 1 && ArraySizeScale == 0)); in PromoteCastOfAllocation()