Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp107 bool AllocIsScalable = isa<ScalableVectorType>(AllocElTy); in PromoteCastOfAllocation() local
109 if (AllocIsScalable != CastIsScalable) return nullptr; in PromoteCastOfAllocation()
144 assert(!AllocIsScalable || (ArrayOffset == 1 && ArraySizeScale == 0)); in PromoteCastOfAllocation()